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/DeepSeek-R1-Distill-Llama-70B-Q2_K-GGUF --include "deepseek-r1-distill-llama-70b-q2_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/DeepSeek-R1-Distill-Llama-70B-Q2_K-GGUF --include "deepseek-r1-distill-llama-70b-q2_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 (./)