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

Model Details

This is Qwen/QwQ-32B quantized with AutoRound (symmetric quantization) and serialized with the GPTQ format in 2-bit (group size of 32). The model has been created, tested, and evaluated by The Kaitchup. The model is compatible with vLLM and Transformers.

image/png

Details on the quantization process and how to use the model here: The Kaitchup

  • Developed by: The Kaitchup
  • Language(s) (NLP): English
  • License: Apache 2.0 license

How to Support My Work

Subscribe to The Kaitchup. This helps me a lot to continue quantizing and evaluating models for free.

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

Model tree for kaitchup/QwQ-32B-AutoRoundGPTQ-2bit

Base model

Qwen/Qwen2.5-32B
Finetuned
Qwen/QwQ-32B
Quantized
(164)
this model

Collection including kaitchup/QwQ-32B-AutoRoundGPTQ-2bit