Instructions to use UnicomAI/DeepSeek-DQ3_K_M 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 UnicomAI/DeepSeek-DQ3_K_M 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 UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M # Run inference directly in the terminal: llama cli -hf UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M # Run inference directly in the terminal: llama cli -hf UnicomAI/DeepSeek-DQ3_K_M:Q3_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 UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M # Run inference directly in the terminal: ./llama-cli -hf UnicomAI/DeepSeek-DQ3_K_M:Q3_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 UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M
Use Docker
docker model run hf.co/UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M
- LM Studio
- Jan
- Ollama
How to use UnicomAI/DeepSeek-DQ3_K_M with Ollama:
ollama run hf.co/UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M
- Unsloth Studio
How to use UnicomAI/DeepSeek-DQ3_K_M 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 UnicomAI/DeepSeek-DQ3_K_M 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 UnicomAI/DeepSeek-DQ3_K_M to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for UnicomAI/DeepSeek-DQ3_K_M to start chatting
- Docker Model Runner
How to use UnicomAI/DeepSeek-DQ3_K_M with Docker Model Runner:
docker model run hf.co/UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M
- Lemonade
How to use UnicomAI/DeepSeek-DQ3_K_M with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull UnicomAI/DeepSeek-DQ3_K_M:Q3_K_M
Run and chat with the model
lemonade run user.DeepSeek-DQ3_K_M-Q3_K_M
List all available models
lemonade list
- Atomic Chat
Add pipeline tag and transformers library
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- deepseek-ai/DeepSeek-R1
|
| 5 |
- deepseek-ai/DeepSeek-V3
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Quantitative Analysis of Performance Drop in DeepSeek Model Quantization
|
| 9 |
|
| 10 |
-
|
| 11 |
Enbo Zhao<sup>1,2</sup>, Yi Shen<sup>1,2</sup>, Shuming Shi<sup>1,2</sup>, Jieyun Huang<sup>1,2</sup>, Zhihao Chen<sup>1,2</sup>, Ning Wang<sup>1,2</sup>, Siqi Xiao<sup>1,2</sup>, Jian Zhang<sup>1,2</sup>, Kai Wang<sup>1,2</sup>, Shiguo Lian<sup>1,2</sup>
|
| 12 |
|
| 13 |
|
|
@@ -89,4 +90,4 @@ Recently, there is a high demand for deploying DeepSeek-R1 and V3 locally, possi
|
|
| 89 |
| C‑Eval | - | 87.0 | 86.7 | 86.8 | 86.2 |
|
| 90 |
| **Average** | - | 77.78 | 77.65 | 77.91 | 77.35 |
|
| 91 |
| **Weighted avg.** | - | 79.94 | 79.71 | 79.97 | 79.40 |
|
| 92 |
-
| **Accuracy drop** | - | - | 0.29% | 0
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- deepseek-ai/DeepSeek-R1
|
| 4 |
- deepseek-ai/DeepSeek-V3
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
library_name: transformers
|
| 8 |
---
|
| 9 |
|
| 10 |
# Quantitative Analysis of Performance Drop in DeepSeek Model Quantization
|
| 11 |
|
|
|
|
| 12 |
Enbo Zhao<sup>1,2</sup>, Yi Shen<sup>1,2</sup>, Shuming Shi<sup>1,2</sup>, Jieyun Huang<sup>1,2</sup>, Zhihao Chen<sup>1,2</sup>, Ning Wang<sup>1,2</sup>, Siqi Xiao<sup>1,2</sup>, Jian Zhang<sup>1,2</sup>, Kai Wang<sup>1,2</sup>, Shiguo Lian<sup>1,2</sup>
|
| 13 |
|
| 14 |
|
|
|
|
| 90 |
| C‑Eval | - | 87.0 | 86.7 | 86.8 | 86.2 |
|
| 91 |
| **Average** | - | 77.78 | 77.65 | 77.91 | 77.35 |
|
| 92 |
| **Weighted avg.** | - | 79.94 | 79.71 | 79.97 | 79.40 |
|
| 93 |
+
| **Accuracy drop** | - | - | 0.29% | 0 | 0.68% |
|