How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "adamo1139/DeepSeek-R1-Zero-AWQ"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "adamo1139/DeepSeek-R1-Zero-AWQ",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/adamo1139/DeepSeek-R1-Zero-AWQ
Quick Links

Configuration Parsing Warning:In config.json: "quantization_config.modules_to_not_convert" must be an array

DeepSeek-R1-Zero-AWQ 671B

It's a 4-bit AWQ quantization of DeepSeek-R1-Zero 671B model, it's suitable for use with GPU nodes like 8xA100/8xH20/8xH100 with vLLM and SGLang

You can run this model on 8x H100 80GB using vLLM with

vllm serve adamo1139/DeepSeek-R1-Zero-AWQ --tensor-parallel 8

Made by DeepSeek with ❤️

example

Downloads last month
26
Safetensors
Model size
671B params
Tensor type
I32
·
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for adamo1139/DeepSeek-R1-Zero-AWQ

Quantized
(6)
this model