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

L3.3-Damascus-R1 - EXL2 6.0bpw

This is a 6.0bpw EXL2 quant of Steelskull/L3.3-Damascus-R1

Details about the model can be found at the above model page.

Perplexity Scoring

Below are the perplexity scores for the EXL2 models. A lower score is better.

Quant Level Perplexity Score
5.0 4.6682
4.5 4.7686
4.0 4.9222
3.5 5.2946
3.0 6.5971
2.75 8.3347
2.5 9.1701
2.25 10.6287
Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Dracones/L3.3-Damascus-R1_exl2_6.0bpw

Quantized
(17)
this model