cvlab-columbia/viper

ModuleNotFoundError: No module named 'IPython.kernel'

Opened this issue · 4 comments

When I run the file of main_simple.ipynb,it gives ModuleNotFoundError: No module named 'IPython.kernel'.
image

Is jupyter installed? (see this line in the requirements.txt file). Did you follow the installation instructions in the README?

I solved this problem, but I find another error
image

image

cuda version:11.3
python version:3.10

That error means that you do not have enough GPU RAM memory in your machine. You can try using a smaller BLIP2 model.

I changed the “blip_v2_model_type” parameter in the base_config.yaml file to "blip2-opt-2.7b", but it doesn't work
I now have four 3090 available, But don't know how to setup four 3090 to run the code.