File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -175,10 +175,14 @@ There are two kinds of GPUs at the moment.
175175
176176Therefore, at first hand, allocate the default `` L40s `` and one of them
177177
178- - To allocate L40s: `` -p gpu --gres=gpu:<number of GPUs> `` or `` -p gpu --gpus:l40s:<number of GPUs> ``
178+ <!--
179+ - To allocate GPUs without specifying which type (will default to L40s in the future): ``-p gpu --gres=gpu:<number of GPUs>``
180+ -->
179181
180- - Example with 1 GPU: `` interactive -A staff -t 1:0:0 -p gpu --gres=gpu:1 ``
181- - Example with 11 GPUs: `` interactive -A staff -t 1:0:0 -p gpu --gres=gpu:11 `` will fail because there are just 10 GPUs on one node!
182+ - To allocate L40s: `` -p gpu --gpus=l40s:<number of GPUs> ``
183+
184+ - Example with 1 GPU: `` interactive -A staff -t 1:0:0 -p gpu --gpus=l40s:1 ``
185+ - Example with 11 GPUs: `` interactive -A staff -t 1:0:0 -p gpu --gpus=l40s:11 `` will fail because there are just 10 GPUs on one node!
182186
183187- To allocate H100: `` -p gpu --gpus=h100:<number of GPUs> ``
184188
You can’t perform that action at this time.
0 commit comments