How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/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 images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Brianpuz/DeepSeek-R1-DRAFT-Qwen2.5-0.5B-Q4_K_M-GGUF" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/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?"
			}
		]
	}'
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