From 5f50c60050b55ac5b96508c55ac1e14ed0ee756c Mon Sep 17 00:00:00 2001 From: dtch1997 Date: Tue, 23 Apr 2024 15:29:36 +0100 Subject: [PATCH] chore: fix qsub script --- scripts/persona_generalization.qsub.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/persona_generalization.qsub.sh b/scripts/persona_generalization.qsub.sh index 603f4136..bfe0c609 100644 --- a/scripts/persona_generalization.qsub.sh +++ b/scripts/persona_generalization.qsub.sh @@ -1,8 +1,8 @@ #!/bin/bash #$ -N persona_generalization # Specify the job name #$ -l h_vmem=64G # Request 64GB of memory per job -#$ -l gpus=1 # Request 1 GPU -#$ -l gpu_type=L # Specify the type of GPU +#$ -l gpu=1 # Request 1 GPU +#$ -ac allow=L # Specify the type of GPU # Load the required modules module load python3/3.11 # Load Python 3.11 module