Click to view download instructions
First, make sure you have hugginface-cli installed:
```
pip install -U "huggingface_hub[cli]"
```
Then, you can target the specific file you want:
```
huggingface-cli download https://huggingface.co/Brianpuz/Qwen2.5-1.5B-Q6_K-GGUF --include "qwen2.5-1.5b-q6_k.gguf" --local-dir ./
```
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
```
huggingface-cli download https://huggingface.co/Brianpuz/Qwen2.5-1.5B-Q6_K-GGUF --include "qwen2.5-1.5b-q6_k.gguf/*" --local-dir ./
```
You can either specify a new local-dir (deepseek-ai_DeepSeek-V3-0324-Q8_0) or download them all in place (./)