You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
I am facing the following error when loading the model through:
See error message below:
The text was updated successfully, but these errors were encountered: