Skip to content

Commit 4d49281

Browse files
committed
triton/tut/gpu: Switch vram syntax from gpu-vram to min-vram
1 parent cdc2a0a commit 4d49281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

triton/tut/gpu.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
116116
GPUs that have enough memory.
117117

118118
To 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

121121
As with any GPU request, you'll need to specify the amount of GPUs you want
122122
with ``--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
125125
you a single GPU with at least 40GB of memory.
126126

127127
See the :ref:`available GPUs reference <available-gpus>` for more information on

0 commit comments

Comments
 (0)