Columbidae
/

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

This is a copy of Qwen/QwQ-32B made for experimental purposes.

The tokenizer of this model has been padded out to contain a vocab size of 152064 to match what's in the config.

Downloads last month
11
Safetensors
Model size
33B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with Columbidae/QwQ-32B.

Model tree for Columbidae/QwQ-32B

Base model

Qwen/Qwen2.5-32B
Finetuned
(126)
this model
Merges
3 models

Collection including Columbidae/QwQ-32B