How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cortexso/qwen-qwq:# Run inference directly in the terminal:
llama-cli -hf cortexso/qwen-qwq:Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf cortexso/qwen-qwq:# Run inference directly in the terminal:
./llama-cli -hf cortexso/qwen-qwq:Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf cortexso/qwen-qwq:# Run inference directly in the terminal:
./build/bin/llama-cli -hf cortexso/qwen-qwq:Use Docker
docker model run hf.co/cortexso/qwen-qwq:Quick Links
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)
- Install Jan using Quickstart
- Use in Jan model Hub:
cortexso/qwen-qwq
Use it with Cortex (CLI)
- Install Cortex using Quickstart
- Run the model with command:
cortex run qwen-qwq
Credits
- Author: Qwen Team
- Converter: Homebrew
- Original License: License
- Paper: Introducing QwQ-32B: The Medium-Sized Reasoning Model
- Downloads last month
- 93
Hardware compatibility
Log In to add your hardware
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf cortexso/qwen-qwq:# Run inference directly in the terminal: llama-cli -hf cortexso/qwen-qwq: