Skip to content

Commit 827a267

Browse files
authored
Merge pull request #25347 from Rebaka8/fix-model-runner-flag-docs
Clarify uninstall-runner images and models behavior
2 parents 41c2d90 + b49196f commit 827a267

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

content/manuals/ai/model-runner/get-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ then reinstall it:
7070
```bash
7171
docker model uninstall-runner --images && docker model install-runner
7272
```
73-
7473
> [!NOTE]
75-
> With the above command, local models are preserved.
76-
> To delete the models during the upgrade, add the `--models` option to the
77-
> `uninstall-runner` command.
74+
> With the above command, local models are preserved and only the Docker Model Runner images are removed.
75+
> To also delete the local models during the upgrade, add the `--models` option to the `uninstall-runner` command.
7876
7977
## Pull a model
8078

0 commit comments

Comments
 (0)