Skip to content

Commit edb0e0c

Browse files
authored
publish updates from main (#22336)
Automated pull request for publishing docs updates. Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2 parents 18a251e + 2f0e76c commit edb0e0c

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

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)