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 95e0488 commit a745545Copy full SHA for a745545
content/manuals/ai/model-runner.md
@@ -143,6 +143,10 @@ To call the `chat/completions` OpenAI endpoint from the host via TCP:
143
144
1. Enable the host-side TCP support from the Docker Desktop GUI, or via the [Docker Desktop CLI](/manuals/desktop/features/desktop-cli.md).
145
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
150
2. Interact with it as documented in the previous section using `localhost` and the correct port.
151
152
```bash
0 commit comments