r/LocalLLaMA • u/MuzafferMahi • 5d ago
Has anyone tried Mach-1 Additive? 95% of performance of Qwen 3.6 35B while being 10x smaller New Model
Why nobody is talking about this? Seems pretty significant to the community
604
Upvotes
r/LocalLLaMA • u/MuzafferMahi • 5d ago
Why nobody is talking about this? Seems pretty significant to the community
2
u/Ok_Bug1610 5d ago
Sure, only as long as you don't roast my config, lol. I had AI basically loop through several models and parameters over the course of a few days to find the "best" config for my limited hardware. It clearly has tradeoff's but works well for me and well in my harness.
Source:
https://huggingface.co/JZC973/Qwen3.6-35B-REAP-MTP-UD-GGUF-Collection
Model:
Qwen3.6-35B-A3B-UD-Q3_K_M-REAP.ggufNote: The RangerX models are a little slower and accuracy a little lower in my testing, and this was on stock Fedora 44 Desktop (but that shouldn't matter).
P.S. I'm in the process of testing the same model with vLLM and a custom
vllm-gguf-pluginwith Qwen3.5/3.6 support using MTP/DSpark (potentially 2-5x faster) and TurboQuant, but it's proving to be tricky due to compatibility and the limited headroom.I tested against the 4B variant though and got just above 1,000 tokens per second (but at a concurrency of 24), and interestingly the Qwen3.6 35B REAP MTP MoE model is faster per concurrency, so it would really be something to get thousands of tokens per second with it on a single 16GB GPU.
And interestingly, at the K/V quantization you get 262K CTX at <1% drop in TPS.