Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/manuals/desktop/features/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ docker model install-runner --backend vllm --gpu cuda
Check it's correctly installed:

```console
$ docker status
$ docker run status
Docker Model Runner is running

Status:
Expand All @@ -89,6 +89,6 @@ vllm: running vllm version: 0.11.0
Run the model:

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