---
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
model_creator: deepseek-ai
model_name: DeepSeek-R1-Distill-Qwen-32B
quantized_by: Second State Inc.
library_name: transformers
---
# DeepSeek-R1-Distill-Qwen-32B-GGUF
## Original Model
[deepseek-ai/DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B)
## Run with LlamaEdge
- LlamaEdge version: [v0.16.1](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.16.1)
- Prompt template
- Prompt type: `chatml`
- Prompt string
```text
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
- Context size: `128000`
- Run as LlamaEdge service
```bash
wasmedge --dir .:. --nn-preload default:GGML:AUTO:DeepSeek-R1-Distill-Qwen-32B-Q5_K_M.gguf \
llama-api-server.wasm \
--model-name DeepSeek-R1-Distill-Qwen-32B \
--prompt-template chatml \
--ctx-size 128000
```
- Run as LlamaEdge command app
```bash
wasmedge --dir .:. --nn-preload default:GGML:AUTO:DeepSeek-R1-Distill-Qwen-32B-Q5_K_M.gguf \
llama-chat.wasm \
--prompt-template chatml \
--ctx-size 128000
```
*Quantized with llama.cpp b4519*