mirror of
https://github.com/Helsinki-NLP/OPUS-MT-train.git
synced 2024-11-27 11:03:13 +03:00
17 lines
426 B
Makefile
17 lines
426 B
Makefile
# -*-makefile-*-
|
|
#
|
|
# environment on dx6@UH
|
|
#
|
|
|
|
|
|
|
|
GPU = pascal
|
|
APPLHOME = /opt/tools
|
|
WORKHOME = ${shell realpath ${PWD}/work}
|
|
# OPUSHOME = tiedeman@taito.csc.fi:/proj/nlpl/data/OPUS/
|
|
# MOSESHOME = ${APPLHOME}/mosesdecoder
|
|
# MOSESSCRIPTS = ${MOSESHOME}/scripts
|
|
# MARIAN_HOME = ${APPLHOME}/marian/build/
|
|
# MARIAN = ${APPLHOME}/marian/build
|
|
# SUBWORD_HOME = ${APPLHOME}/subword-nmt/subword_nmt
|