You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Short: "Package a GGUF file into a Docker model OCI artifact, with optional licenses. The package is sent to the model-runner, unless --push is specified",
|[`df`](model_df.md)| Show Docker Model Runner disk usage |
11
+
|[`inspect`](model_inspect.md)| Display detailed information on one model |
12
+
|[`install-runner`](model_install-runner.md)| Install Docker Model Runner (Docker Engine only) |
13
+
|[`list`](model_list.md)| List the models pulled to your local environment |
14
+
|[`logs`](model_logs.md)| Fetch the Docker Model Runner logs |
15
+
|[`package`](model_package.md)| Package a GGUF file into a Docker model OCI artifact, with optional licenses. The package is sent to the model-runner, unless --push is specified|
16
+
|[`ps`](model_ps.md)| List running models |
17
+
|[`pull`](model_pull.md)| Pull a model from Docker Hub or HuggingFace to your local environment |
18
+
|[`push`](model_push.md)| Push a model to Docker Hub |
19
+
|[`rm`](model_rm.md)| Remove local models downloaded from Docker Hub |
20
+
|[`run`](model_run.md)| Run a model and interact with it using a submitted prompt or chat mode |
21
+
|[`status`](model_status.md)| Check if the Docker Model Runner is running |
22
+
|[`tag`](model_tag.md)| Tag a model |
23
+
|[`uninstall-runner`](model_uninstall-runner.md)| Uninstall Docker Model Runner |
0 commit comments