Skip to content

Commit a745545

Browse files
authored
dmr: update instruction for windows (docker#22746)
Incorporate feedback from user on windows.
1 parent 95e0488 commit a745545

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/manuals/ai/model-runner.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ To call the `chat/completions` OpenAI endpoint from the host via TCP:
143143

144144
1. Enable the host-side TCP support from the Docker Desktop GUI, or via the [Docker Desktop CLI](/manuals/desktop/features/desktop-cli.md).
145145
For example: `docker desktop enable model-runner --tcp <port>`.
146+
147+
If you are running on Windows, also enable GPU-backed inference.
148+
See [Enable Docker Model Runner](#enable-dmr-in-docker-desktop).
149+
146150
2. Interact with it as documented in the previous section using `localhost` and the correct port.
147151

148152
```bash

0 commit comments

Comments
 (0)