Skip to content

Commit f92fb87

Browse files
committed
dmr: pulling from huggingface
1 parent 1da5f51 commit f92fb87

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ You can now use the `docker model` command in the CLI and view and interact with
100100

101101
Models 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 >}}

0 commit comments

Comments
 (0)