Instructions to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Ollama:
ollama run hf.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF to start chatting
- Pi
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
- Lemonade
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Run and chat with the model
lemonade run user.Qwen2.5-7B-Open-R1-Distill-GGUF-Q2_K
List all available models
lemonade list
- Hermes Agent
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF:Q2_K" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- Qwen2.5-7B-Open-R1-Distill-Q2_K.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q3_K_L.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q3_K_M.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q3_K_S.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q4_0.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q4_K_M.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q4_K_S.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q5_0.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q5_K_M.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q5_K_S.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q6_K.gguf +3 -0
- Qwen2.5-7B-Open-R1-Distill-Q8_0.gguf +3 -0
- README.md +80 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Qwen2.5-7B-Open-R1-Distill-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Qwen2.5-7B-Open-R1-Distill-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Qwen2.5-7B-Open-R1-Distill-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Qwen2.5-7B-Open-R1-Distill-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Qwen2.5-7B-Open-R1-Distill-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Qwen2.5-7B-Open-R1-Distill-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Qwen2.5-7B-Open-R1-Distill-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Qwen2.5-7B-Open-R1-Distill-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Qwen2.5-7B-Open-R1-Distill-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Qwen2.5-7B-Open-R1-Distill-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Qwen2.5-7B-Open-R1-Distill-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Qwen2.5-7B-Open-R1-Distill-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen2.5-7B-Open-R1-Distill-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8dc4169ef63f22404c240cf2c0a537f87eb1c8630873f6298ae2ff2ffd434d2
|
| 3 |
+
size 3015940064
|
Qwen2.5-7B-Open-R1-Distill-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61bc92440abc14ffa0646afc530b28afe107d6ba35b7a99f08c1fab790b10ca5
|
| 3 |
+
size 4088459232
|
Qwen2.5-7B-Open-R1-Distill-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cffa9c3aafb446b25bb8405ac4dd84bc338571bbd54ed9195be269fd9335720
|
| 3 |
+
size 3808391136
|
Qwen2.5-7B-Open-R1-Distill-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6910a444d1f1b1a0a46bbada6ddf8477d81011ee585a058ea27de0428247fc5d
|
| 3 |
+
size 3492368352
|
Qwen2.5-7B-Open-R1-Distill-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0654aa2f580feedc2e75e4a3e6c309ca1ce927f94ba026a600f50dbb21dc0725
|
| 3 |
+
size 4431390688
|
Qwen2.5-7B-Open-R1-Distill-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d201ce665eb67b0a32f126e96c47b965ed6285302376f36d25e31dc3ca156bcc
|
| 3 |
+
size 4683073504
|
Qwen2.5-7B-Open-R1-Distill-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a17f7b52e86027a098e32258dd833abc3ba94a2492b5000c183908e470c13246
|
| 3 |
+
size 4457768928
|
Qwen2.5-7B-Open-R1-Distill-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ec5181304737f8f84512388f57b75bef4da818e2fe94e3f44ce8d7fdd10b834
|
| 3 |
+
size 5315176416
|
Qwen2.5-7B-Open-R1-Distill-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b713c28b411ac1f964202feed7e7e5d04c839909bc5a19e6430f3662c3a4d0c3
|
| 3 |
+
size 5444831200
|
Qwen2.5-7B-Open-R1-Distill-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff35272eec868376aa510e9a2c77bcaaaad51c6fd4f69e071622b4738d679cb0
|
| 3 |
+
size 5315176416
|
Qwen2.5-7B-Open-R1-Distill-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1973513b34f52dcca722b2289260273bc073a26427cfdcc97ea9afae78d38898
|
| 3 |
+
size 6254198752
|
Qwen2.5-7B-Open-R1-Distill-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b18f8c2646ecad27af074ecfefce94bb5e528714f5f285cd6990b8f5ff844431
|
| 3 |
+
size 8098525152
|
README.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- TensorBlock
|
| 5 |
+
- GGUF
|
| 6 |
+
base_model: Seungyoun/Qwen2.5-7B-Open-R1-Distill
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 11 |
+
</div>
|
| 12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 15 |
+
Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
|
| 16 |
+
</p>
|
| 17 |
+
</div>
|
| 18 |
+
</div>
|
| 19 |
+
|
| 20 |
+
## Seungyoun/Qwen2.5-7B-Open-R1-Distill - GGUF
|
| 21 |
+
|
| 22 |
+
This repo contains GGUF format model files for [Seungyoun/Qwen2.5-7B-Open-R1-Distill](https://huggingface.co/Seungyoun/Qwen2.5-7B-Open-R1-Distill).
|
| 23 |
+
|
| 24 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
|
| 25 |
+
|
| 26 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 27 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
| 28 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 29 |
+
</a>
|
| 30 |
+
</div>
|
| 31 |
+
|
| 32 |
+
## Prompt template
|
| 33 |
+
|
| 34 |
+
```
|
| 35 |
+
<|im_start|>system
|
| 36 |
+
{system_prompt}<|im_end|>
|
| 37 |
+
<|im_start|>user
|
| 38 |
+
{prompt}<|im_end|>
|
| 39 |
+
<|im_start|>assistant
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
## Model file specification
|
| 43 |
+
|
| 44 |
+
| Filename | Quant type | File Size | Description |
|
| 45 |
+
| -------- | ---------- | --------- | ----------- |
|
| 46 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q2_K.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 47 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q3_K_S.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
|
| 48 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q3_K_M.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
|
| 49 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q3_K_L.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
|
| 50 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q4_0.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 51 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q4_K_S.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
|
| 52 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q4_K_M.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
|
| 53 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q5_0.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 54 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q5_K_S.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
|
| 55 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q5_K_M.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
|
| 56 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q6_K.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
|
| 57 |
+
| [Qwen2.5-7B-Open-R1-Distill-Q8_0.gguf](https://huggingface.co/tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF/blob/main/Qwen2.5-7B-Open-R1-Distill-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
## Downloading instruction
|
| 61 |
+
|
| 62 |
+
### Command line
|
| 63 |
+
|
| 64 |
+
Firstly, install Huggingface Client
|
| 65 |
+
|
| 66 |
+
```shell
|
| 67 |
+
pip install -U "huggingface_hub[cli]"
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
Then, downoad the individual model file the a local directory
|
| 71 |
+
|
| 72 |
+
```shell
|
| 73 |
+
huggingface-cli download tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF --include "Qwen2.5-7B-Open-R1-Distill-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 77 |
+
|
| 78 |
+
```shell
|
| 79 |
+
huggingface-cli download tensorblock/Qwen2.5-7B-Open-R1-Distill-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 80 |
+
```
|