Skip to content
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

ModuleNotFoundError: No module named 'IPython.kernel' #32

Open
ontheway-arch opened this issue Jul 6, 2023 · 4 comments
Open

ModuleNotFoundError: No module named 'IPython.kernel' #32

ontheway-arch opened this issue Jul 6, 2023 · 4 comments

Comments

@ontheway-arch
Copy link

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

@surisdi
Copy link
Contributor

surisdi commented Jul 7, 2023

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

@ontheway-arch
Copy link
Author

I solved this problem, but I find another error
image

image

cuda version:11.3
python version:3.10

@surisdi
Copy link
Contributor

surisdi commented Jul 9, 2023

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants