mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
fec158fc0e
commit
2f0e76cea4
|
@ -21,14 +21,7 @@ The Docker Model Runner plugin lets you:
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
## Enable the feature
|
Docker Model Runner is enabled by default in Docker Desktop.
|
||||||
|
|
||||||
To enable Docker Model Runner:
|
|
||||||
|
|
||||||
1. Open the **Settings** view in Docker Desktop.
|
|
||||||
2. Navigate to the **Beta** tab in **Features in development**.
|
|
||||||
3. Check the **Enable Docker Model Runner** checkbox.
|
|
||||||
4. Select **Apply & restart**.
|
|
||||||
|
|
||||||
## Available commands
|
## Available commands
|
||||||
|
|
||||||
|
@ -324,3 +317,12 @@ In some cases, if an initial `docker model pull` fails partway through, a subseq
|
||||||
## Share feedback
|
## Share feedback
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Disable the feature
|
||||||
|
|
||||||
|
To disable Docker Model Runner:
|
||||||
|
|
||||||
|
1. Open the **Settings** view in Docker Desktop.
|
||||||
|
2. Navigate to the **Beta** tab in **Features in development**.
|
||||||
|
3. Clear the **Enable Docker Model Runner** checkbox.
|
||||||
|
4. Select **Apply & restart**.
|
Loading…
Reference in New Issue