Skip to content

Commit 2fdf4f6

Browse files
authored
Update local-models.md
Models available to the local Docker catalog are only option for list
1 parent fb7aebe commit 2fdf4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/ai/cagent/local-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Docker Model Runner can run any compatible model. Models can come from:
4545
- HuggingFace models directly (`hf.co/org/model-name`)
4646
- The Docker Model catalog in Docker Desktop
4747

48-
To see models available through the Docker catalog, run:
48+
To see models available to the local Docker catalog, run:
4949

5050
```console
51-
$ docker model list --available
51+
$ docker model list --openai
5252
```
5353

5454
To use a model, reference it in your configuration. DMR automatically pulls

0 commit comments

Comments
 (0)