Instructions to use mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-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 mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
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 mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
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 mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF with Ollama:
ollama run hf.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from back
Browse files- .gitattributes +12 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.IQ4_XS.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q2_K.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_L.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_M.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_S.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q4_K_M.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q4_K_S.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q5_K_M.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q5_K_S.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q6_K.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q8_0.gguf +3 -0
- DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.f16.gguf +3 -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 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e4afc17b86c5f5dcaf87851d346ebfd98fd6441da2c2b03daa3b7233c172f5a
|
| 3 |
+
size 1026162976
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df9bb2b2d22e6272ad790eca2c42d035197fac8787efa0cd738563e65b8bbbf8
|
| 3 |
+
size 752880928
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:487948a053e1f79c2e47216d4c83791ecf545b75067bb242eafd81f0ea3b7e32
|
| 3 |
+
size 980440864
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edda614af9567736dfa47ffa239b28a0eb0873f12543d56fdff7f7dd2447add1
|
| 3 |
+
size 924456736
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa78e50057060a27fb4f12a2128fa0f3e2b9f07c51188fe5df01fa698f2cf121
|
| 3 |
+
size 861222688
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:914e1a6fd7aa996653a1f9c25b8f2ad666259dd9bbfc4fa55cb78e424bce45d0
|
| 3 |
+
size 1117321504
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26fd57e57dce49743e919b260e212caf3116c347098cd61f1bf34af98b266ab8
|
| 3 |
+
size 1071585568
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39b9812c0b2662e3fb463770b64d77a0cbe4df193542cec6afae84511adbc8b8
|
| 3 |
+
size 1285495072
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41be926647c34ab2b7101694658fc8001f0b236f649566ca3caffd95a73a63b3
|
| 3 |
+
size 1259174176
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37a7cb31fb2e73863b39e49211e29e5b0671c4a7bb9b50c1e919e38dbe7cf9d4
|
| 3 |
+
size 1464179488
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d37f0f788fd034e7b272a98c00c39e08482378497864dd52dd9256cbf3290db
|
| 3 |
+
size 1894532896
|
DeepSeek-R1-Distill-Qwen-1.5B-OBLITERATED.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd86fcccb2c2a7af7bd079636a9402fc92fea5cfea678b86eb92424234f7e3fc
|
| 3 |
+
size 3560417056
|