llama.cpp
llama.cpp copied to clipboard
qwen3-vl not have mmproj when using the convert_hf_to_gguf.py script
After using convert_hf_to_gguf.py on the Qwen3-VL model that I fine-tuned myself, I didn't get the mmproj file, making it impossible to use the visual features.
You have to make the mmproj GGUF separately, using the --mmproj option.