ModuleNotFoundError: No module named 'IPython.kernel'
ontheway-arch opened this issue · 4 comments
ontheway-arch commented
surisdi commented
Is jupyter
installed? (see this line in the requirements.txt
file). Did you follow the installation instructions in the README?
ontheway-arch commented
surisdi commented
That error means that you do not have enough GPU RAM memory in your machine. You can try using a smaller BLIP2 model.
ontheway-arch commented
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.