-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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.c转换mobileLVM-V2报错 #29
Comments
#26 The latest version of |
|
Looks like there are some conflicts. We are working on it. Change
to
than complie again, run |
``With llava-cli and your branch of the
I am using the gguf models from the Google Drive link you provided. Full command used is:
|
I'm getting the same error |
按这个教程https://github.com/ggerganov/llama.cpp/blob/master/examples/llava/MobileVLM-README.md,
执行到python convert.py MobileVLM_V2-1.7B
报错:
Traceback (most recent call last):
File "/root/llama.cpp_MobileVLM/llama.cpp/convert.py", line 1483, in
main()
File "/root/llama.cpp_MobileVLM/llama.cpp/convert.py", line 1469, in main
model = convert_model_names(model, params, args.skip_unknown)
File "/root/llama.cpp_MobileVLM/llama.cpp/convert.py", line 1206, in convert_model_names
raise Exception(f"Unexpected tensor name: {name}. Use --skip-unknown to ignore it (e.g. LLaVA)")
Exception: Unexpected tensor name: model.vision_tower.vision_tower.vision_model.embeddings.class_embedding. Use --skip-unknown to ignore it (e.g. LLaVA)
The text was updated successfully, but these errors were encountered: