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:
Allie Sadler 2025-05-16 08:57:07 +01:00 committed by GitHub
parent 620d654708
commit 50bd730573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -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.