How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Goldkoron/Qwen3.5-397B-A17B
# Run inference directly in the terminal:
llama-cli -hf Goldkoron/Qwen3.5-397B-A17B
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Goldkoron/Qwen3.5-397B-A17B
# Run inference directly in the terminal:
llama-cli -hf Goldkoron/Qwen3.5-397B-A17B
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 Goldkoron/Qwen3.5-397B-A17B
# Run inference directly in the terminal:
./llama-cli -hf Goldkoron/Qwen3.5-397B-A17B
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 Goldkoron/Qwen3.5-397B-A17B
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Goldkoron/Qwen3.5-397B-A17B
Use Docker
docker model run hf.co/Goldkoron/Qwen3.5-397B-A17B
Quick Links

Qwen3.5-397B-A17B โ€” Gutenberg Quants

Quantizations of Qwen3.5-397B-A17B using the Gutenberg (Q_K_G) quantization strategy.

Available Quants

Quant Size BPW Mean KLD Same Top P
K_G_4.00 184.5 GiB 4.00 0.021106 92.838%
K_G_2.93 135.7 GiB 2.93 0.030123 91.177%
K_G_2.50 115.6 GiB 2.50 0.035966 90.618%
K_G_2.25 103.9 GiB 2.25 0.047857 89.360%
K_G_1.95 89.8 GiB 1.95 0.071636 86.940%

KLD and Same Top P measured against Q8_0 reference logits (8192 context, 10 chunks).

Why Gutenberg?

Standard quantization (K_M) applies uniform rules to all tensors. Gutenberg uses KLD sensitivity data to allocate precision where it should matter most, upgrading the tensors that have the highest measured impact on output quality while keeping less important tensors at the base level. Non-expert tensors are kept at Q8_0 for their disproportionate quality impact.

The result is significantly better quality than standard quants at the same model size (on paper).

Compatibility

Fully compatible with stock llama.cpp, llama-server, LM Studio, and any GGUF-compatible runtime. No custom builds required.

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

We're not able to determine the quantization variants.

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

Model tree for Goldkoron/Qwen3.5-397B-A17B

Quantized
(72)
this model