-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Question] ImportError: cannot import name 'LlavaLlamaForCausalLM' from 'llava.model' (/root/LLaVA/llava/model/__init__.py) #1208
Comments
See this thread: #1101
|
thinks! |
the question still persist after the commands |
Hi hi~ I met the same issue when adding new modules, have you sucessfully solved this problem? |
不用管__init__.py文件,在需要导入__init__.py的地方直接把相应的文件导入 |
Recently being tortured by some other tedious job~ just saw the updates |
In llava/init.py, I modify the code |
this one addressed my issue (which might be caused also by not creating a separated conda env) |
Question
If I introduce a new package in clip_encoder.py, I get this error. What should I do?Thanks!
The text was updated successfully, but these errors were encountered: