Skip to content

Commit 3aa8c10

Browse files
authored
Fix missing quotes (#23242)
Signed-off-by: Shiming Zhang <[email protected]>
1 parent 103f1ec commit 3aa8c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/frameworks/dstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vLLM can be run on a cloud based GPU machine with [dstack](https://dstack.ai/),
99
To install dstack client, run:
1010

1111
```bash
12-
pip install "dstack[all]
12+
pip install dstack[all]
1313
dstack server
1414
```
1515

0 commit comments

Comments
 (0)