Skip to content

Commit 93a539f

Browse files
authored
Update gpu.md commands
Fix a few typos
1 parent 91fa587 commit 93a539f

File tree

1 file changed

+2
-2
lines changed
  • content/manuals/desktop/features

1 file changed

+2
-2
lines changed

content/manuals/desktop/features/gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ docker model install-runner --backend vllm --gpu cuda
7878
Check it's correctly installed:
7979

8080
```console
81-
$ docker status
81+
$ docker model status
8282
Docker Model Runner is running
8383

8484
Status:
@@ -89,6 +89,6 @@ vllm: running vllm version: 0.11.0
8989
Run the model:
9090

9191
```console
92-
$ docker model un ai/smollm2-vllm hi
92+
$ docker model run ai/smollm2-vllm hi
9393
Hello! I'm sure everything goes smoothly here. How can I assist you today?
9494
```

0 commit comments

Comments
 (0)