Skip to content

Commit e90ffb8

Browse files
authored
Update submit.sh
1 parent 64c4626 commit e90ffb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/delta/submit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sbatch_cpu_opts="\
2121
sbatch_gpu_opts="\
2222
#SBATCH -p gpuA100x4,gpuA100x4-interactive
2323
#SBATCH --account=bdiy-delta-gpu
24-
#SBATCH --gpus-per-node=2
24+
#SBATCH --gpus-per-node=4
2525
"
2626

2727
if [ "$2" == "cpu" ]; then
@@ -43,8 +43,8 @@ $sbatch_device_opts
4343
#SBATCH -t 01:00:00 # Duration of the job (Ex: 15 mins)
4444
#SBATCH -n 20
4545
#SBATCH -o$job_slug.out # Combined output and error messages file
46-
#SBATCH -W # Do not exit until the submitted job terminates.
4746
#SBATCH --constraint="scratch"
47+
#SBATCH -W # Do not exit until the submitted job terminates.
4848
4949
set -e
5050
set -x

0 commit comments

Comments
 (0)