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 OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
# Run inference directly in the terminal:
llama cli -hf OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
# Run inference directly in the terminal:
llama cli -hf OSEvohe/Qwen3.6-27B-AutoRound-MTP-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 OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf OSEvohe/Qwen3.6-27B-AutoRound-MTP-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 OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
Use Docker
docker model run hf.co/OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF:
Quick Links

Qwen3.6-27B MTP GGUF (AutoRound Quantized)

This repository contains a GGUF release of the MTP version of Qwen/Qwen3.6-27B, quantized with Intel's AutoRound.

Available Files

File Name Quant Type Size
Qwen3.6-27B-ATR-Q2_K_S.gguf Q2_K_S 9.67 GiB
Qwen3.6-27B-ATR-Q2_K_MIXED.gguf Q2_K_S 10.83 GiB
Qwen3.6-27B-ATR-Q3_K_M.gguf Q3_K_M 12.22 GiB
Qwen3.6-27B-ATR-Q4_K_M.gguf Q4_K_M 15.65 GiB
Qwen3.6-27B-ATR-Q5_K_M.gguf Q5_K_M 18.19 GiB

Notes

  • More quantizations may be added later.
Downloads last month
92
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

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

Model tree for OSEvohe/Qwen3.6-27B-AutoRound-MTP-GGUF

Base model

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