Spaces:
Runtime error
Runtime error
File size: 387 Bytes
e50fe35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
export SRC=''
## Python env directory where fairseq is installed
export PYTHON_ENV=''
export SUBWORD_NMT_DIR=''
export INDIC_RESOURCES_PATH=''
export INDIC_NLP_HOME=''
export CUDA_HOME=''
export PATH=$CUDA_HOME/bin:$INDIC_NLP_HOME:$PATH
export LD_LIBRARY_PATH=$CUDA_HOME/lib64
# set environment variable to control GPUS visible to the application
#export CUDA_VISIBLE_DEVICES="'
|