MTP Support

#2
by DefaultDF - opened

Will it be able to support MTP? On the standard Qwen 3.6 35A3B model, I managed to achieve 100t/s using MTP... But Ornith 1.0 could only squeeze out 40t/s on the same context.

Someone on Reddit read it out and it had MTP headers in it. Just try it.

The MTP head survives quantization β€” I published an NVFP4 GGUF (20.2 GB) with the head kept in-file, plus a standalone FR-Spec vocab-masked draft and the ranks: https://huggingface.co/Avifenesh/Ornith-1.5-35B-A3B-NVFP4-MTP-GGUF. Note NVFP4 isn't upstream llama.cpp β€” it runs on memra (https://github.com/avifenesh/memra) or the llama.cpp NVFP4 branch linked on the card, and measured acceptance on this head runs lower than Qwen3.6-35B-A3B's (numbers on the card), consistent with what you saw on 1.0.

Sign up or log in to comment