Instructions to use John1604/DeepSeek-R1-0528-Qwen3-8B-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 John1604/DeepSeek-R1-0528-Qwen3-8B-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 John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf John1604/DeepSeek-R1-0528-Qwen3-8B-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 John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf John1604/DeepSeek-R1-0528-Qwen3-8B-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 John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf John1604/DeepSeek-R1-0528-Qwen3-8B-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 John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M
Use Docker
docker model run hf.co/John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use John1604/DeepSeek-R1-0528-Qwen3-8B-gguf with Ollama:
ollama run hf.co/John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use John1604/DeepSeek-R1-0528-Qwen3-8B-gguf with Docker Model Runner:
docker model run hf.co/John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M
- Lemonade
How to use John1604/DeepSeek-R1-0528-Qwen3-8B-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull John1604/DeepSeek-R1-0528-Qwen3-8B-gguf:Q4_K_M
Run and chat with the model
lemonade run user.DeepSeek-R1-0528-Qwen3-8B-gguf-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +10 -0
- DeepSeek-R1-0528-Qwen3-8B-f16.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q2_k.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q3_k_m.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q3_k_s.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q4_k_m.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q4_k_s.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q5_k_m.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q5_k_s.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q6_k.gguf +3 -0
- DeepSeek-R1-0528-Qwen3-8B-q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,13 @@ 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-0528-Qwen3-8B-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
DeepSeek-R1-0528-Qwen3-8B-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
DeepSeek-R1-0528-Qwen3-8B-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
DeepSeek-R1-0528-Qwen3-8B-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
DeepSeek-R1-0528-Qwen3-8B-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
DeepSeek-R1-0528-Qwen3-8B-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
DeepSeek-R1-0528-Qwen3-8B-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
DeepSeek-R1-0528-Qwen3-8B-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
DeepSeek-R1-0528-Qwen3-8B-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
DeepSeek-R1-0528-Qwen3-8B-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-R1-0528-Qwen3-8B-f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3c5da368c781ba65788b7e5a888cb53e77e2c37b69059bd6316e7eb101164a9
|
| 3 |
+
size 16388042816
|
DeepSeek-R1-0528-Qwen3-8B-q2_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62fc75a769499536be3cde6c6ab0933cd1420c129b1026779bd01c0391ab6ee8
|
| 3 |
+
size 3281731648
|
DeepSeek-R1-0528-Qwen3-8B-q3_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ba34e7dee2305e1057348cf6aa22e9cf7f0706084f63a15ba94add1229274f
|
| 3 |
+
size 4124160064
|
DeepSeek-R1-0528-Qwen3-8B-q3_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab6fe5bf7a7cefafef63a0badd14232073cc305c656819dd989523bb5746b5bf
|
| 3 |
+
size 3769610304
|
DeepSeek-R1-0528-Qwen3-8B-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21927de884a9335f661a587b391fe63c2ae5ccbbce7b9054f437ef7dd80c686f
|
| 3 |
+
size 5027782720
|
DeepSeek-R1-0528-Qwen3-8B-q4_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c6dd8f02e59c8de971424667a697062713275933481b33fbff94fcffecc01ef
|
| 3 |
+
size 4802011200
|
DeepSeek-R1-0528-Qwen3-8B-q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60a01af1ab3c85334f0b3e10292659d0f0f18cb5154f59674e811bfd39cd0174
|
| 3 |
+
size 5851111488
|
DeepSeek-R1-0528-Qwen3-8B-q5_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6ca8a80a8b07efb8fce84aab3c56decc9824be28220319fbe01478c715274da
|
| 3 |
+
size 5720760384
|
DeepSeek-R1-0528-Qwen3-8B-q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2913106b493ae31f79ce30f1bd0093ce69a4ac048f54f44d3827fefa97897f5c
|
| 3 |
+
size 6725898304
|
DeepSeek-R1-0528-Qwen3-8B-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3c653bcb35f43a470c360364a08d6531ca671bf152527164a353f9ac8052abd
|
| 3 |
+
size 8709517376
|