File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
content/manuals/ai/model-runner Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ You can now use the `docker model` command in the CLI and view and interact with
100100
101101Models are cached locally.
102102
103+ > [ !NOTE]
104+ > When working with the Docker CLI, you can also pull models directly from [ HuggingFace] ( https://huggingface.co/ ) .
105+
103106{{< tabs group="release" >}}
104107{{< tab name="From Docker Desktop">}}
105108
@@ -109,7 +112,15 @@ Models are cached locally.
109112{{< /tab >}}
110113{{< tab name="From the Docker CLI">}}
111114
112- Use the [ ` docker model pull ` command] ( /reference/cli/docker/model/pull/ ) .
115+ Use the [ ` docker model pull ` command] ( /reference/cli/docker/model/pull/ ) . For example:
116+
117+ ``` bash {title="Pulling from Docker Hub"}
118+ docker model pull ai/smollm2:360M-Q4_K_M
119+ ```
120+
121+ ``` bash {title="Pulling from HuggingFace"}
122+ docker model pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
123+ ```
113124
114125{{< /tab >}}
115126{{< /tabs >}}
You can’t perform that action at this time.
0 commit comments