Update doc

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët 2025-02-07 17:41:14 +00:00
parent d96a77705d
commit 5fb4afbf5e
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ Retrieve a GGUF model and store it in a specific directory, for example:
```bash ```bash
mkdir -p ~/models mkdir -p ~/models
cd ~/models cd ~/models
curl -O "https://huggingface.co/Qwen/Qwen2.5-3B-Instruct-GGUF/resolve/main/qwen2.5-3b-instruct-q4_0.gguf?download=true" curl -LOJ "https://huggingface.co/Qwen/Qwen2.5-3B-Instruct-GGUF/resolve/main/qwen2.5-3b-instruct-q4_0.gguf?download=true"
``` ```
## Run Docker image ## Run Docker image