did you use the standard mergekit project form github?

#1
by DareModels - opened

I am trying to merge this with another model I keep getting problems with the qwen3.5 architecture

I used a mergekit fork that supports Qwen 3.5. Although the model card stated "mergekit," I was actually using the fork. I apologize for the oversight.
fork url:
https://github.com/Schneewolf-Labs/mergekit/tree/qwen3.5

Thank you very much I will try it out . Somehow the merge worked with the normal one regardless but whenever I convert to GGUF by using llama.cpp and then load the gguf into an app that supports it. it says "missing tensor 'blk.32.attn_norm.weight'"

DareModels changed discussion status to closed
CloudGoat changed discussion status to open

If you are using llama.cpp's convert_hf_to_gguf.py, try the --no-mtp flag.

If that still doesn't work, please perform the merging process itself using a text-only model.

thank you i will try it out right now

it worked thank YOU

DareModels changed discussion status to closed

Sign up or log in to comment