Skip to content
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

Issue building vision tower #4

Open
lcernyo opened this issue Aug 12, 2024 · 2 comments
Open

Issue building vision tower #4

lcernyo opened this issue Aug 12, 2024 · 2 comments

Comments

@lcernyo
Copy link

lcernyo commented Aug 12, 2024

I am facing the following error when loading the model through:

from cli import HuatuoChatbot
bot = HuatuoChatbot(huatuogpt_vision_model_path)

See error message below:

bug

@bxdgfw
Copy link

bxdgfw commented Nov 19, 2024

the same problem, have you solved it?

@0xYYQ
Copy link

0xYYQ commented Jan 30, 2025

I took a look at cli.py, and it looks like it uses path names to select the model if 'huatuogpt-vision-7b' in d.lower(): print(f'loading from {self.model_dir}') from llava.model.language_model.llava_qwen2 import LlavaQwen2ForCausalLM. So change the name of the folder where you store your model to "huatuogpt-vision-7b"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants