Skip to content

Commit 2bb1bc1

Browse files
krampstudiomgoin
andauthored
Update packages/tasks/src/local-apps.ts
Co-authored-by: Michael Goin <[email protected]>
1 parent 17ad182 commit 2bb1bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const snippetVllm = (model: ModelData): LocalAppSnippet[] => {
163163
{
164164
title: "Install from pip",
165165
setup: ["# Install vLLM from pip:", "pip install vllm"].join("\n"),
166-
content: ["# Load and run the model:", `vllm serve --model "${model.id}"`, ...runCommand].join("\n"),
166+
content: ["# Load and run the model:", `vllm serve "${model.id}"`, ...runCommand].join("\n"),
167167
},
168168
{
169169
title: "Use Docker images",

0 commit comments

Comments
 (0)