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

This is the Q4_1 quant optimized for older cards from Bartowski patched with the missing MTP tensors.
The modified conversion script from user buzz can be found here
For more information see the PR or the /r/locallama discussion

NOTE: This file only work with the am17an:mtp-clean branch mentioned in the above PR or other MTP supported branches until official support is merged.

The 27B dense version can be found here
Dual Mi50@150W with -sm tensor and -ngram mod performance compressing a 120K token context:

prompt eval time = 168364.79 ms / 121534 tokens ( 1.39 ms per token, 721.85 tokens per second)
eval time = 7194.32 ms / 410 tokens ( 17.55 ms per token, 56.99 tokens per second)
total time = 175559.11 ms / 121944 tokens
slot release: id 2 | task 12770 | stop processing: n_tokens = 121943, truncated = 0
Downloads last month
60
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for IHaveNoClueAndIMustPost/Qwen_Qwen3.6-35B-A3B-MTP-Q4_1-GGUF

Quantized
(1)
this model