Qwen3.6 27B MTP with Vision

#41
by zygoat - opened

Hi,

Do we know when vision and MTP will be supported for this model? Or is this just a llama.ccp thing?

you can use mtp and vision via llama-cpp.
need to download the extra mmproj file in "Files and version" page.

build-vulkan/bin/llama-server
--spec-type draft-mtp --spec-draft-n-max 3
--model $GGUF_PATH/Qwen3.6-27B-Q6_K.gguf
--mmproj $GGUF_PATH/mmproj-F16.gguf

Sign up or log in to comment