package problem
wangjx22 opened this issue · 2 comments
wangjx22 commented
hello, I am try to run the stage1.py.
But, got an error: ModuleNotFoundError: No module named 'lavis'
the code issue is: from lavis.models.blip2_models.blip2 import in the line 17 and line 20 of 3D-MoLM/model/blip2qformer.py
How to address it? Thanks!
acharkq commented
You can install the lavis package by running
pip install salesforce-lavis
wangjx22 commented
Thanks!