mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
See changes 08a8afeca4...8886eed257. Tag https://github.com/docker/model-cli/releases/tag/v0.1.40.
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
2.6 KiB
2.6 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 |
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