@@ -9,7 +9,7 @@ GPU computing
99 * Request a GPU with the Slurm option ``--gpus=1 ``.
1010 * Select a certain type of GPU with e.g. ``--gpus=h200:1 ``.
1111 * Select a GPU with certain amount of memory with e.g.
12- ``--gpus=1 --gres=gpu -vram:80g ``.
12+ ``--gpus=1 --gres=min -vram:80g ``.
1313 * Select a GPU with certain CUDA compute capability with e.g.
1414 ``--gpus=1 --gres=min-cuda-cc:80 ``.
1515 * See :ref: `the quick reference <available-gpus >` for available GPU names,
@@ -116,12 +116,12 @@ GPU VRAM memory (e.g. running an LLM AI model), you can choose only those
116116GPUs that have enough memory.
117117
118118To specify the amount of memory you require, use syntax
119- ``--gres=gpu -vram:NNg ``, where ``NN `` is the amount of VRAM needed.
119+ ``--gres=min -vram:NNg ``, where ``NN `` is the amount of VRAM needed.
120120
121121As with any GPU request, you'll need to specify the amount of GPUs you want
122122with ``--gpus=N `` as well.
123123
124- For example, specifying ``--gpus=1 `` and ``--gres=gpu -vram:40g `` would give
124+ For example, specifying ``--gpus=1 `` and ``--gres=min -vram:40g `` would give
125125you a single GPU with at least 40GB of memory.
126126
127127See the :ref: `available GPUs reference <available-gpus >` for more information on
0 commit comments