We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fa587 commit 93a539fCopy full SHA for 93a539f
content/manuals/desktop/features/gpu.md
@@ -78,7 +78,7 @@ $ docker model install-runner --backend vllm --gpu cuda
78
Check it's correctly installed:
79
80
```console
81
-$ docker status
+$ docker model status
82
Docker Model Runner is running
83
84
Status:
@@ -89,6 +89,6 @@ vllm: running vllm version: 0.11.0
89
Run the model:
90
91
92
-$ docker model un ai/smollm2-vllm hi
+$ docker model run ai/smollm2-vllm hi
93
Hello! I'm sure everything goes smoothly here. How can I assist you today?
94
```
0 commit comments