mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
<!--Delete sections as needed --> ## Description Update model-cli docs for Docker Model Runner. See changes in https://github.com/docker/model-cli/compare/v0.1.40...v0.1.41. ``` VENDOR_MODULE=github.com/docker/model-cli@v0.1.41 make vendor ``` ## 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 Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2.7 KiB
2.7 KiB
docker model
Docker Model Runner
Subcommands
| Name | Description |
|---|---|
df |
Show Docker Model Runner disk usage |
inspect |
Display detailed information on one model |
install-runner |
Install Docker Model Runner (Docker Engine only) |
list |
List the models pulled to your local environment |
logs |
Fetch the Docker Model Runner logs |
package |
Package a GGUF file into a Docker model OCI artifact, with optional licenses. |
ps |
List running models |
pull |
Pull a model from Docker Hub or HuggingFace to your local environment |
push |
Push a model to Docker Hub |
requests |
Fetch requests+responses from Docker Model Runner |
rm |
Remove local models downloaded from Docker Hub |
run |
Run a model and interact with it using a submitted prompt or chat mode |
status |
Check if the Docker Model Runner is running |
tag |
Tag a model |
uninstall-runner |
Uninstall Docker Model Runner |
unload |
Unload running models |
version |
Show the Docker Model Runner version |
Description
Use Docker Model Runner to run and interact with AI models directly from the command line. For more information, see the documentation