Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/manuals/ai/cagent/local-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Docker Model Runner can run any compatible model. Models can come from:
- HuggingFace models directly (`hf.co/org/model-name`)
- The Docker Model catalog in Docker Desktop

To see models available through the Docker catalog, run:
To see models available to the local Docker catalog, run:

```console
$ docker model list --available
$ docker model list --openai
```

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