Instructions to use ling1000T/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 ling1000T/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 ling1000T/DeepSeek-R1-0528-gguf:Q2_K # Run inference directly in the terminal: llama cli -hf ling1000T/DeepSeek-R1-0528-gguf:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ling1000T/DeepSeek-R1-0528-gguf:Q2_K # Run inference directly in the terminal: llama cli -hf ling1000T/DeepSeek-R1-0528-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 ling1000T/DeepSeek-R1-0528-gguf:Q2_K # Run inference directly in the terminal: ./llama-cli -hf ling1000T/DeepSeek-R1-0528-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 ling1000T/DeepSeek-R1-0528-gguf:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf ling1000T/DeepSeek-R1-0528-gguf:Q2_K
Use Docker
docker model run hf.co/ling1000T/DeepSeek-R1-0528-gguf:Q2_K
- LM Studio
- Jan
- Ollama
How to use ling1000T/DeepSeek-R1-0528-gguf with Ollama:
ollama run hf.co/ling1000T/DeepSeek-R1-0528-gguf:Q2_K
- Unsloth Studio
How to use ling1000T/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 ling1000T/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 ling1000T/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 ling1000T/DeepSeek-R1-0528-gguf to start chatting
- Docker Model Runner
How to use ling1000T/DeepSeek-R1-0528-gguf with Docker Model Runner:
docker model run hf.co/ling1000T/DeepSeek-R1-0528-gguf:Q2_K
- Lemonade
How to use ling1000T/DeepSeek-R1-0528-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ling1000T/DeepSeek-R1-0528-gguf:Q2_K
Run and chat with the model
lemonade run user.DeepSeek-R1-0528-gguf-Q2_K
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -43,3 +43,8 @@ DeepSeek-R1-0528-q5_k_m.gguf-00007-of-00010.gguf filter=lfs diff=lfs merge=lfs -
|
|
| 43 |
DeepSeek-R1-0528-q5_k_m.gguf-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
DeepSeek-R1-0528-q5_k_m.gguf-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
DeepSeek-R1-0528-q5_k_m.gguf-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
DeepSeek-R1-0528-q5_k_m.gguf-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
DeepSeek-R1-0528-q5_k_m.gguf-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
DeepSeek-R1-0528-q5_k_m.gguf-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
DeepSeek-R1-0528-q2_k.gguf-00001-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
DeepSeek-R1-0528-q2_k.gguf-00002-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
DeepSeek-R1-0528-q2_k.gguf-00003-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
DeepSeek-R1-0528-q2_k.gguf-00004-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
DeepSeek-R1-0528-q2_k.gguf-00005-of-00005.gguf filter=lfs diff=lfs merge=lfs -text
|
DeepSeek-R1-0528-q2_k.gguf-00001-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4df81ac17d92ff21d6551db187b6163414518b6dbd9efc0146ffe4d18ebdcc54
|
| 3 |
+
size 49399067904
|
DeepSeek-R1-0528-q2_k.gguf-00002-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a350fbc8c0c69c2b1e1f085486269d0d3e69d10cd6e9b28204edd4a72b3eef29
|
| 3 |
+
size 48535221952
|
DeepSeek-R1-0528-q2_k.gguf-00003-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a00e1051ccac44d052eaa5ffa904b261542d7eb034a8079340a8370c3c8d321
|
| 3 |
+
size 48843068512
|
DeepSeek-R1-0528-q2_k.gguf-00004-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20dcc8995c89c4a0a23977384133253f5c9055b2aa00fc2a0d240440fd9df6c7
|
| 3 |
+
size 48911025728
|
DeepSeek-R1-0528-q2_k.gguf-00005-of-00005.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d35fae09834b12f8d14d386e8ac0ccdcfad63038a273532ea53b57f30be669c
|
| 3 |
+
size 48459895904
|