Skip to content

Commit

Permalink
chore: fix qsub script
Browse files Browse the repository at this point in the history
  • Loading branch information
dtch1997 committed Apr 23, 2024
1 parent 1cdf847 commit 5f50c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/persona_generalization.qsub.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5f50c60

Please sign in to comment.