GGUF
llama.cpp
unsloth
qwen3.6
conversational
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
# Run inference directly in the terminal:
llama cli -hf TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
# Run inference directly in the terminal:
llama cli -hf TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
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 TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
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 TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
Use Docker
docker model run hf.co/TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF:
Quick Links

Qwen3.6 27B x Claude Opus 4.x - v2

Benchmarks

alt_text

Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2
         arc   arc/e boolq hswag obkqa piqa  wino
mxfp8    0.665,0.831,0.910,0.790,0.456,0.813,0.772

Qwen3.6-27B
         arc   arc/e boolq hswag obkqa piqa  wino
mxfp8    0.647,0.803,0.910,0.773,0.450,0.806,0.742

Provided by @nightmedia. All benchmarks were done in mxfp8 precision

🧬 Datasets:

⚡ Use cases

  • Coding
  • Creative Writing
  • Visual Understanding
  • General Purpose

Citations and Contributions

  • @unsloth - This qwen3 model was trained 2x faster with Unsloth and Huggingface's TRL library.
  • @Qwen - Providing a fantastic, native-multimodal base model

Usage

If you need help setting up and configuring this model please follow the Qwen team's instructions in the original model's README

Downloads last month
486
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF

Base model

Qwen/Qwen3.6-27B
Quantized
(11)
this model

Datasets used to train TeichAI/Qwen3.6-27B-Claude-Opus-Reasoning-Distill-v2-GGUF