-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
name 'cuda_setup' is not defined #117
Comments
Run "pip install -U bitsandbytes" to upgrade tp 0.38.1works for me. |
Excuse me! I have another error.When I run this code, the terminal shows that: |
while, maybe you should try linux. That is work for me |
This actually works, appreciated. |
If you don't want to upgrade bitsandbytes, you can solve the error like this: Change: |
Hi,
I had made environment and download all nessesary files from readme and then I run demo command.
python demo.py --cfg-path eval_configs/minigpt4_eval.yaml --gpu-id 0
.And I got this Error:
... NameError: name 'cuda_setup' is not defined
I found this issue said I should use
pip install bitsandbytes==0.35.0
. But I found envrionment said I should use0.37.0
. I just want to make sure about this.Thank you.
The text was updated successfully, but these errors were encountered: