We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c4626 commit e90ffb8Copy full SHA for e90ffb8
.github/workflows/delta/submit.sh
@@ -21,7 +21,7 @@ sbatch_cpu_opts="\
21
sbatch_gpu_opts="\
22
#SBATCH -p gpuA100x4,gpuA100x4-interactive
23
#SBATCH --account=bdiy-delta-gpu
24
-#SBATCH --gpus-per-node=2
+#SBATCH --gpus-per-node=4
25
"
26
27
if [ "$2" == "cpu" ]; then
@@ -43,8 +43,8 @@ $sbatch_device_opts
43
#SBATCH -t 01:00:00 # Duration of the job (Ex: 15 mins)
44
#SBATCH -n 20
45
#SBATCH -o$job_slug.out # Combined output and error messages file
46
-#SBATCH -W # Do not exit until the submitted job terminates.
47
#SBATCH --constraint="scratch"
+#SBATCH -W # Do not exit until the submitted job terminates.
48
49
set -e
50
set -x
0 commit comments