...
Specify the GPU size using the Slurm flag --constraint
. For example, to request a GPU with 10GB of GPU memory use,
Code Block |
---|
#SBATCH --gpus=1 #SBATCH --constraint=gpu-10gb |
For the complete list of GPU features available run,
...
...
Specify the GPU size using the Slurm flag --constraint
. For example, to request a GPU with 10GB of GPU memory use,
Code Block |
---|
#SBATCH --gpus=1 #SBATCH --constraint=gpu-10gb |
For the complete list of GPU features available run,
...