MTP Headers type

#3
by Milor123 - opened

Hello, I wanted to ask you what type of header you are using in the MTP, is it the NextN type or qwen35.
I'm telling you that I tried running it with the fork from https://github.com/BoFan-tunning/llama.cpp-MTP-TurboQuant, it has MTP, but it gives me an error.

load_tensors: loading model tensors, this can take a while... (mmap = false, direct_io = true)
llama_model_load: error loading model: invalid vector subscript
llama_model_load_from_file_impl: failed to load model
srv load_model: failed to load MTP head from 'C:\Users\User.vllm\Qwythos-9B-Claude-Mythos-5-1M-GGUF\Qwythos-9B-Claude-Mythos-5-1M-MTP-Q5_K_M.gguf'
srv operator (): operator (): cleaning up before exit...
main: exiting due to model loading error

However, it does run with the atomic fork, as if it were nextN, but it drags down the read speed, going from 2000+ t/s to <200 t/s or less (of course, this could be a limitation of my hardware), but since I'm not sure, I'm coming to ask you, as I don't really understand much about this

Thank u so much πŸ’˜

Yess we used NextN as has better compatibility with these extra long contexts

Sign up or log in to comment