Skip to content

Commit 12e340d

Browse files
authored
Update run-phoenix-release-gpu.sh
1 parent aad787b commit 12e340d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/run-phoenix-release-gpu.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#SBATCH -Jshb-test-jobs # Job name
33
#SBATCH --account=gts-sbryngelson3 # charge account
44
#SBATCH -N1 # Number of nodes and cores per node required
5-
#SBATCH --gres=gpu:V100:2
5+
#SBATCH -CV100-16GB
6+
#SBATCH -G2
7+
#SBATCH --tasks-per-node=2
68
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
79
#SBATCH -q embers # QOS Name
810
#SBATCH -otest.out # Combined output and error messages file

0 commit comments

Comments
 (0)