mirror of https://github.com/docker/docs.git
dmr hugging face addition (#22526)
<!--Delete sections as needed --> ## Description Add ability to pull from Hugging Face ## 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
This commit is contained in:
parent
620d654708
commit
50bd730573
|
@ -97,6 +97,22 @@ Model ai/smollm2 pulled successfully
|
|||
|
||||
The models also display in the Docker Desktop Dashboard.
|
||||
|
||||
#### Pull from Hugging Face
|
||||
|
||||
You can also pull GGUF models directly from [Hugging Face](https://huggingface.co/models?library=gguf).
|
||||
|
||||
```console
|
||||
$ docker model pull hf.co/<model-you-want-to-pull>
|
||||
```
|
||||
|
||||
For example:
|
||||
|
||||
```console
|
||||
$ docker model pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
|
||||
```
|
||||
|
||||
Pulls the [bartowski/Llama-3.2-1B-Instruct-GGUF](https://huggingface.co/bartowski/Llama-3.2-1B-Instruct-GGUF).
|
||||
|
||||
### List available models
|
||||
|
||||
Lists all models currently pulled to your local environment.
|
||||
|
|
Loading…
Reference in New Issue