Skip to content

Commit

Permalink
2 gpu scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 7, 2023
1 parent da24384 commit 45d836c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#SBATCH --time=2:50:0
#SBATCH --nodes=1
#SBATCH --ntasks=4
#SBATCH --ntasks-per-node=4
#SBATCH --ntasks=2
#SBATCH --ntasks-per-node=2
#SBATCH --cpus-per-task=10
#SBATCH --mem-per-cpu 4G
#SBATCH --gres=gpu:v100:4
#SBATCH --gres=gpu:v100:2

nvidia-smi

Expand Down

0 comments on commit 45d836c

Please sign in to comment.