How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf tomngdev/MTP-Qwen3.5-122B-A10B-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "tomngdev/MTP-Qwen3.5-122B-A10B-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

MTP-Qwen3.5-122B-A10B-GGUF

This repository contains MTP GGUF files only for Qwen/Qwen3.5-122B-A10B.

To be used with models without MTP included, such as mudler/Qwen3.5-122B-A10B-APEX-GGUF

It does not include the full base model. These files are intended to be used as the MTP / speculative decoding component together with the matching full model GGUF.

Q4_K_M and Q8_0 quants used unsloth/Qwen3.5-122B-A10B-MTP-GGUF for recipe.

Files

File Quant Size
mtp-BF16.gguf BF16 7.55 GiB
mtp-F16.gguf F16 7.55 GiB
mtp-Q8_0.gguf Q8_0 4.02 GiB
mtp-Q4_K_M.gguf (Recommended) Q4_K_M 2.99 GiB

Usage

Example with llama-server:

llama-server \
  -m /path/to/Qwen3.5-122B-A10B.gguf \
  -md /path/to/mtp-Q4_K_M.gguf \
  --spec-type draft-mtp \
  --spec-draft-n-max 2

Notes

  • These files are not usable standalone.
  • Use only with the matching base model.
  • License follows the original base model license.
Downloads last month
680
GGUF
Model size
4B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

16-bit

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

Model tree for tomngdev/MTP-Qwen3.5-122B-A10B-GGUF

Quantized
(156)
this model