| #PBS -l select=1:ncpus=6:ngpus=1:mem=50GB | |
| #PBS -l walltime=12:00:00 | |
| #PBS -j oe | |
| #PBS -k oed | |
| #PBS -N ceb-ft-lid-nolid | |
| #PBS -q tl-gpu | |
| #PBS -P scse_aseschng | |
| . $HOME/venv/ANPASSEN/bin/activate | |
| cd $PBS_O_WORKDIR | |
| export TOKENIZERS_PARALLELISM=false | |
| export OMP_NUM_THREADS=1 | |
| export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True | |
| python ./inference-finetune-lid.py | |
| python ./inference-finetune-nolid.py |