Skip to content

Commit 4311f76

Browse files
[Docs] Document dstack offer #2546 (typos)
1 parent 8546cb5 commit 4311f76

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/guides/protips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ The general format is: `<vendor>:<comma-sparated names>:<memory range>:<quantity
286286

287287
Each 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..`)

docs/docs/reference/cli/dstack/offer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The general format is: `<vendor>:<comma-sparated names>:<memory range>:<quantity
2828

2929
Each 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 -->

0 commit comments

Comments
 (0)