How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-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": "Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF:Q4_K_M
Quick Links

Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF

Absolutely tremendous! This repo features GGUF quantized versions of alamios/DeepSeek-R1-DRAFT-Qwen2.5-0.5B — made possible using the very powerful llama.cpp. Believe me, it's fast, it's smart, it's winning.

Quantized Versions:

Only the best quantization. You’ll love it.

Run with llama.cpp

Just plug it in, hit the command line, and boom — you're running world-class AI, folks:

llama-cli --hf-repo Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF --hf-file deepseek-r1-draft-qwen2.5-0.5b-q4_k_m.gguf -p "AI First, but also..."

This beautiful Hugging Face Space was brought to you by the amazing team at Antigma Labs. Great people. Big vision. Doing things that matter — and doing them right. Total winners.

Downloads last month
10
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF

Quantized
(8)
this model

Dataset used to train Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF