Update local-models.md

Models available to the local Docker catalog are only option for list
This commit is contained in:
flopwiki
2025-12-21 16:30:25 -05:00
committed by GitHub
parent fb7aebe1dc
commit 2fdf4f6443

View File

@@ -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