Aquileo | Qwen/Qwen-AgentWorld-35B-A3B · "no MTP"

Qwen
/

"no MTP"

#3
by laserbeans - opened

Root cause of the AgentWorld GGUF defect: The source model Qwen/Qwen-AgentWorld-35B-A3B has no MTP (multi-token prediction) weights in its safetensors — the fine-tuning process didn't save them. The GGUF converter blindly set block_count = num_hidden_layers + mtp_num_hidden_layers = 41 without checking if those tensors exist, producing a broken file. The original source model itself is fine (40 layers complete).
I hope this is helpful.

You can try the MTP layers from Qwen-3.6-35B-A3B, works great here.

Sign up or log in to comment