How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="cortexso/qwen-qwq",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Overview

QwQ is the reasoning model of the Qwen series. Unlike conventional instruction-tuned models, QwQ is designed to think and reason, achieving significantly enhanced performance in downstream tasks, especially challenging problem-solving scenarios.

QwQ-32B is the medium-sized reasoning model in the QwQ family, capable of competitive performance against state-of-the-art reasoning models, such as DeepSeek-R1 and o1-mini. It is optimized for tasks requiring logical deduction, multi-step reasoning, and advanced comprehension.

The model is well-suited for AI research, automated theorem proving, advanced dialogue systems, and high-level decision-making applications.

Variants

No Variant Cortex CLI command
1 QwQ-32B cortex run qwen-qwq:32b

Use it with Jan (UI)

  1. Install Jan using Quickstart
  2. Use in Jan model Hub:
    cortexso/qwen-qwq
    

Use it with Cortex (CLI)

  1. Install Cortex using Quickstart
  2. Run the model with command:
    cortex run qwen-qwq
    

Credits

Downloads last month
95
GGUF
Model size
33B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support