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

Tema_Q-X6-Thinking TaQuants

image/jpg

The Repository
Technical Report

The Tema_Q development team, team zenei, has developed a new importance matrix method called TaQuants (Tensor-aware Adaptive Quantization).
This model is a TaQuants version of temaq-org/Tema_Q-X6-Thinking created with TaQuants v3.0.

When combined with the Tema_Q Agent, it performs agent functions. This TaQuants model maintains performance equivalent to 4 bits without collapsing.

Downloads last month
769
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

2-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for TaQuants/Tema_Q-X6-Thinking-TaQuants-GGUF

Quantized
(1)
this model