MiniGPT-4
MiniGPT-4 copied to clipboard
NameError: name 'cuda_setup' is not defined
Does anyone know how to fix it?
When I execute "python demo.py --cfg-path eval_configs/minigpt4_eval.yaml"
Just delete the error message
or run pip install -U bitsandbytes
to update this package
Just delete the error message or run
pip install -U bitsandbytes
to update this package
I met this issue too And the upgrade package is useless for me, so I comment on the corresponding if and else (easy to forget), and then I can run it. Thank you!