#!/bin/bash -l #$ -l h_rt=12:00:00 #$ -pe omp 4 #$ -o job_logs #$ -e job_logs ## Request 1 GPU with at least 6.0 compute capability #$ -l gpus=1 #$ -l gpu_c=6.0 # This path should match the MYPATH that was set when # the python package was installed export MYPATH=/projectnb/rcs-intern/SentSim/ module load python3/3.10.5 module load pytorch/1.13.1 export PYTHONPATH=$PYTHONPATH:$MYPATH/lib/python3.10/site-packages python run.py $1