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

These are MXFP4 quantizations of the model Jackrong / Qwopus3.6-35B-A3B-v1

This is the multi-token prediction (MTP) version.

Quick Start

  1. Download the latest release of llama.cpp.
  2. Download your preferred model variant from below.

Which version should I choose?

All variants use MXFP4 for the MoE (Mixture of Experts) weights to keep the model efficient. The difference lies in how the remaining tensors are handled:

Variant Quality Performance Size Recommendation
BF16 ⭐⭐⭐ Variable* 21.39GiB Best for maximum accuracy; original unquantized weights.
F16 ⭐⭐ Fast 21.39GiB Great alternative if BF16 is slow on your hardware.
Q8 Fastest 19.71GiB Balanced performance and memory usage.

**Note: On some older architectures, BF16 may be slower than F16. Check that your GPU supports native BF16 *

Read the guide from unsloth in order to set up the model's recommended settings for MTP:
Qwen3.6 - MTP Guide

On my system it works very well with the commands:

--spec-type draft-mtp
--spec-draft-p-min 0.75
--spec-draft-n-max 3
Downloads last month
1,318
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 noctrex/Qwopus3.6-35B-A3B-v1-MTP-MXFP4_MOE-GGUF

Quantized
(22)
this model