Instructions to use bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M
Use Docker
docker model run hf.co/bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M
- Ollama
How to use bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF with Ollama:
ollama run hf.co/bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M
- Unsloth Studio
How to use bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-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 bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF to start chatting
- Docker Model Runner
How to use bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF with Docker Model Runner:
docker model run hf.co/bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M
- Lemonade
How to use bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bartowski/deepseek-ai_DeepSeek-R1-0528-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.deepseek-ai_DeepSeek-R1-0528-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +10 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00001-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00002-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00003-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00004-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00005-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00006-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00007-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00008-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00009-of-00010.gguf +3 -0
- deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00010-of-00010.gguf +3 -0
.gitattributes
CHANGED
|
@@ -146,3 +146,13 @@ deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00007-of
|
|
| 146 |
deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 147 |
deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 148 |
deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 147 |
deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 148 |
deepseek-ai_DeepSeek-R1-0528-IQ4_NL/deepseek-ai_DeepSeek-R1-0528-IQ4_NL-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 149 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00001-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 150 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00002-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 151 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00003-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 152 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00004-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 153 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00005-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 154 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00006-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 155 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00007-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 156 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 157 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 158 |
+
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00001-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a61de6b050588a9a53d3cddf9c210f342cf0ad03b9caa2d662f8357ed4d06e65
|
| 3 |
+
size 39469229856
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00002-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e47ee8e616284bbe7b975d3d252b4b198acda597fe48a26af34cc466a084529
|
| 3 |
+
size 38998561888
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00003-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa1d3b8d7cb6d5b62dab2fd89176a4b24b2d6dd372700e497129b01972d7ca5b
|
| 3 |
+
size 39005930720
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00004-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46ccc5253c3bf86cef47eb2127fe205d2178f92c023098f88b8c8c168197a9a4
|
| 3 |
+
size 39130356448
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00005-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3904979668a0f16dd33849295cfa6faf15a46bacc6c5c4cfe27671939545290f
|
| 3 |
+
size 38993056896
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00006-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ec760aa5d20bb92a77552e49032861e9b9c622b3021ed37d3617cc6f065e8e1
|
| 3 |
+
size 39000425696
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00007-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbe945be2a9a83279732efdd822affe9d405a26b3d62ed6e978c4a85bc93d87f
|
| 3 |
+
size 39124851424
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00008-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70ac9c6d4d1c3b030f4a0fd674f9312b21b701582464de8c0d23736786bf5111
|
| 3 |
+
size 38998561920
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00009-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de0d7c6b89849432638096542151b1c057be26cd44c5c711a68a649ba667e5e2
|
| 3 |
+
size 39071991008
|
deepseek-ai_DeepSeek-R1-0528-IQ4_XS/deepseek-ai_DeepSeek-R1-0528-IQ4_XS-00010-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98b6d242f1934fcdf934d2ecf5c1089b4bdac331fc8efd08253f72fca427a720
|
| 3 |
+
size 8187509152
|