Skip to content

Commit 2f0e76c

Browse files
authored
move DMR prereq (#22335)
<!--Delete sections as needed --> ## Description Request as per Kevin Wittek. DMR is turned on by default so have switched this content to how to turn off ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent fec158f commit 2f0e76c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

content/manuals/desktop/features/model-runner.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ The Docker Model Runner plugin lets you:
2121

2222
Models are pulled from Docker Hub the first time they're used and stored locally. They're loaded into memory only at runtime when a request is made, and unloaded when not in use to optimize resources. Since models can be large, the initial pull may take some time — but after that, they're cached locally for faster access. You can interact with the model using [OpenAI-compatible APIs](#what-api-endpoints-are-available).
2323

24-
## Enable the feature
25-
26-
To enable Docker Model Runner:
27-
28-
1. Open the **Settings** view in Docker Desktop.
29-
2. Navigate to the **Beta** tab in **Features in development**.
30-
3. Check the **Enable Docker Model Runner** checkbox.
31-
4. Select **Apply & restart**.
24+
Docker Model Runner is enabled by default in Docker Desktop.
3225

3326
## Available commands
3427

@@ -324,3 +317,12 @@ In some cases, if an initial `docker model pull` fails partway through, a subseq
324317
## Share feedback
325318

326319
Thanks for trying out Docker Model Runner. Give feedback or report any bugs you may find through the **Give feedback** link next to the **Enable Docker Model Runner** setting.
320+
321+
## Disable the feature
322+
323+
To disable Docker Model Runner:
324+
325+
1. Open the **Settings** view in Docker Desktop.
326+
2. Navigate to the **Beta** tab in **Features in development**.
327+
3. Clear the **Enable Docker Model Runner** checkbox.
328+
4. Select **Apply & restart**.

0 commit comments

Comments
 (0)