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 "roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-IQ4_XS-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": "roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-IQ4_XS-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 "roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-IQ4_XS-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": "roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-IQ4_XS-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-IQ4_XS-GGUF

Repo: roleplaiapp/DS-R1-Distill-Q2.5-14B-Harmony_V0.1-IQ4_XS-GGUF Original Model: DS-R1-Distill-Q2.5-14B-Harmony_V0.1 Quantized File: DS-R1-Distill-Q2.5-14B-Harmony_V0.1.IQ4_XS.gguf Quantization: GGUF Quantization Method: IQ4_XS

Overview

This is a GGUF IQ4_XS quantized version of DS-R1-Distill-Q2.5-14B-Harmony_V0.1

Quantization By

I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai.

Downloads last month
9
GGUF
Model size
15B 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