Skip to content

Commit

Permalink
fixing task ids
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Jul 13, 2024
1 parent 05cd4e3 commit c4b73f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/persona_generalization.qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#$ -ac allow=L # Specify the type of GPU
#$ -o $HOME/logs
#$ -e $HOME/logs
#$ -t 1-116
#$ -t 1-40

# Add locally installed executables to PATH
source $HOME/.bash_profile
Expand Down
2 changes: 1 addition & 1 deletion scripts/persona_generalization_ablate.qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#$ -ac allow=L # Specify the type of GPU
#$ -S /bin/bash
#$ -j y
#$ -t 0-10
#$ -t 1-10

nvidia-smi
umask 0077
Expand Down
2 changes: 1 addition & 1 deletion scripts/persona_generalization_qwen.qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#$ -ac allow=L # Specify the type of GPU
#$ -S /bin/bash
#$ -j y
#$ -t 0-40
#$ -t 1-40

nvidia-smi
umask 0077
Expand Down
2 changes: 1 addition & 1 deletion scripts/persona_generalization_qwen_ablate.qsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#$ -ac allow=L # Specify the type of GPU
#$ -S /bin/bash
#$ -j y
#$ -t 0-10
#$ -t 1-10

nvidia-smi
umask 0077
Expand Down

0 comments on commit c4b73f4

Please sign in to comment.