We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用llama.cpp/convert_hf_to_gguf.py模型格式转换失败,7B的这个多模态模型是不允许转换吗,转换指令如下: python convert_hf_to_gguf.py /data/houshiwei/qwen2_model/Qwen/Qwen2-VL-7B-Instruct --outfile /data/houshiwei/gguf_model
报错信息如下: (gguf_env) fxzx@fxzx-Z790-EAGLE-AX:/data/houshiwei/llama.cpp$ python convert_hf_to_gguf.py /data/houshiwei/qwen2_model/Qwen/Qwen2-VL-7B-Instruct --outfile /data/houshiwei/gguf_model INFO:hf-to-gguf:Loading model: Qwen2-VL-7B-Instruct ERROR:hf-to-gguf:Model Qwen2VLForConditionalGeneration is not supported (gguf_env) fxzx@fxzx-Z790-EAGLE-AX:/data/houshiwei/llama.cpp$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用llama.cpp/convert_hf_to_gguf.py模型格式转换失败,7B的这个多模态模型是不允许转换吗,转换指令如下:
python convert_hf_to_gguf.py /data/houshiwei/qwen2_model/Qwen/Qwen2-VL-7B-Instruct --outfile /data/houshiwei/gguf_model
报错信息如下:
(gguf_env) fxzx@fxzx-Z790-EAGLE-AX:/data/houshiwei/llama.cpp$ python convert_hf_to_gguf.py /data/houshiwei/qwen2_model/Qwen/Qwen2-VL-7B-Instruct --outfile /data/houshiwei/gguf_model
INFO:hf-to-gguf:Loading model: Qwen2-VL-7B-Instruct
ERROR:hf-to-gguf:Model Qwen2VLForConditionalGeneration is not supported
(gguf_env) fxzx@fxzx-Z790-EAGLE-AX:/data/houshiwei/llama.cpp$
The text was updated successfully, but these errors were encountered: