Usage review

#10
by SRZhu26 - opened

Very much works in reducing token usage, but the main issue I have is I'm unable to use MTP with the gguf versions, and the bf16 is far too large. Tried the nvfp4 community files but also at lower token gen than main line qwen 3.6 27b fp8. (Mainly due to kernel incompatibility etc, even though i'm on a blackwell)
gguf q8 = 44tg
nvp4 = 60tg
fp8 qwen = 80tg
Right now it's hard to justify, but i'll test once again when a fp8 model has been released somewhere.

https://huggingface.co/morosystems/ThinkingCap-Qwen3.6-27B-NVFP4

This and some quants available on HF have MTP , see the protolabsAI version for GGUF MTP.
I'm getting around 120 tg with 5090 on above NVFP4 in vLLM (240k context,vision tower skipped)

BottleCapAI org

Hi, we just published an FP8 version. The GGUF files should also support MTP out of the box in recent llamacpp versions.

@SRZhu26

I'm unable to use MTP with the gguf versions

No issue for me, what's your llama-server version and your starting command?

Sign up or log in to comment