Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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,

...