thread13's picture
added readme file (initial version)
20f0b9b verified
|
Raw
History Blame Contribute Delete
1.75 kB
metadata
tags:
  - qwen
  - qwen3_5_moe
  - gguf
  - mtp
  - text-to-text
  - conversational
  - text-generation-inference
base_model:
  - Kwaipilot/KAT-Coder-V2.5-Dev
  - unsloth/Qwen3.6-35B-A3B-MTP-GGUF
notes:
  - based on GGUF format quantizations by bartowski and unsloth

About

What you probably want instead is one of the APEX gguf builds by gbuzhf:

However, sometimes you want to see if a more classic quantization will be more suitable for your specific task, or simply want to fit (or use) a specific vram target. In this case, "one can't go wrong with bartowski builds (c) reddit" -- except for these are sadly missing any draft models, and a 20-30 %% gain in inference speed is not something to easily give up on.

Hence, I'll be adding here some "franken-merges" of original bartowski builds with 20 MTP layers added to it from unsloth/Qwen3.6-35B-A3B-MTP-GGUF model using a [conversion script] made by buzz.

All uploaded models were tested and add a ~20-30 % gain in inference speed compared to original ("ungrafted") models on AMD hardware.

(It is strongly recommended to use at most q8_0 quantizations for KV cache if your hardware supoorts it, especially if it has a chance to be more performant on it.)

// TODO: add invocation examples //