File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ The general format is: `<vendor>:<comma-sparated names>:<memory range>:<quantity
286286
287287Each component is optional.
288288
289- Ranges amy be:
289+ Ranges can be:
290290
291291* ** Closed** (e.g. ` 24GB..80GB ` or ` 1..8 ` )
292292* ** Open** (e.g. ` 24GB.. ` or ` 1.. ` )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The general format is: `<vendor>:<comma-sparated names>:<memory range>:<quantity
2828
2929Each component is optional.
3030
31- Ranges amy be:
31+ Ranges can be:
3232
3333* ** Closed** (e.g. ` 24GB..80GB ` or ` 1..8 ` )
3434* ** Open** (e.g. ` 24GB.. ` or ` 1.. ` )
@@ -40,7 +40,7 @@ Examples:
4040* ` --gpu nvidia:1..8 ` (from one to eigth NVIDIA GPUs)
4141* ` --gpu A10,A100 ` (single NVIDIA A10 or A100 GPU)
4242* ` --gpu A100:80GB ` (single NVIDIA A100 with 80GB vRAM)
43- * ` --gpu 24GB..80GB ` (any GPU with from 24GB to 80GB vRAM)
43+ * ` --gpu 24GB..80GB ` (any GPU with 24GB to 80GB vRAM)
4444
4545<!-- TODO: Mention TPU -->
4646<!-- TODO: For TPU: support https://github.com/dstackai/dstack/issues/2154 -->
You can’t perform that action at this time.
0 commit comments