Instructions to use jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-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 jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0 # Run inference directly in the terminal: llama cli -hf jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0 # Run inference directly in the terminal: llama cli -hf jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
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 jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
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 jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
Use Docker
docker model run hf.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
- LM Studio
- Jan
- Ollama
How to use jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF with Ollama:
ollama run hf.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
- Unsloth Desktop
- Docker Model Runner
How to use jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF with Docker Model Runner:
docker model run hf.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
- Lemonade
How to use jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF:Q4_0
Run and chat with the model
lemonade run user.DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF-Q4_0
List all available models
lemonade list
- Atomic Chat
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-0.5B-Instruct
|
| 5 |
+
datasets:
|
| 6 |
+
- agentlans/common-crawl-sample
|
| 7 |
+
- bigcode/the-stack-smol-xl
|
| 8 |
+
- rombodawg/Everything_Instruct
|
| 9 |
+
tags:
|
| 10 |
+
- draft
|
| 11 |
+
- speculative-decoding
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
A `0.6B` parameter draft (speculative decoding) model for use with [DeepSeek-R1-0528](https://huggingface.co/deepseek-ai/DeepSeek-R1-0528) and [DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1).
|
| 15 |
+
|
| 16 |
+
See [DeepSeek-R1-DRAFT-0.6B-v3.0](https://huggingface.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0) for the models in `transformers` format, and a detailed explanation of how the model was created.
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
I've included the `Q4_0` quants for 4 different context lengths:
|
| 21 |
+
|
| 22 |
+
- [DeepSeek-R1-DRAFT-0.6B-32k-Q4_0.gguf](https://huggingface.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-32k-Q4_0.gguf)
|
| 23 |
+
- [DeepSeek-R1-DRAFT-0.6B-64k-Q4_0.gguf](https://huggingface.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-64k-Q4_0.gguf)
|
| 24 |
+
- [DeepSeek-R1-DRAFT-0.6B-128k-Q4_0.gguf](https://huggingface.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-128k-Q4_0.gguf)
|
| 25 |
+
- [DeepSeek-R1-DRAFT-0.6B-160k-Q4_0.gguf](https://huggingface.co/jukofyork/DeepSeek-R1-DRAFT-0.6B-v3.0-GGUF/resolve/main/DeepSeek-R1-DRAFT-0.6B-160k-Q4_0.gguf)
|
| 26 |
+
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
## NOTES:
|
| 30 |
+
|
| 31 |
+
- The 14 heads of `Qwen2.5-0.5B` doesn't allow for any of the other 4-bit quants to be made (and experimentation has shown using more or less than 4-bits for speculative decoding is a waste of time anwyay).
|
| 32 |
+
- Due to `llama.cpp` using "static-YaRN" the scaling factor remains constant regardless of input length! Only use the longer context versions when processing long contexts is required...
|