LLaVA
LLaVA copied to clipboard
chat in Web UI, but throws exception AttributeError: 'NoneType' object has no attribute 'shape'
when I complete configuring the environment well and start the web api, and test chating in broswer, erroe happened: NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE.
the model list is not empty, and backend outout the exception as follows:
absolutely, this error is caused by transformers, and I installed transformers by:
pip install git+https://github.com/haotian-liu/transformers_llava.git@988b6abb3b7da9a5cbb5051e994706f7f88c2565
I guess it's due to inappropriate installation of transformers or bug of transformers_llava. Tks a lot.
Hi, thank you for your interest in our work. It seems that you are using the latest code base (with the present of llava.py
but the old transformers
). Please upgrade to the latest code base following the instructions here. Thanks!
@corleytd How did you start web ui? My ip is 10.227.70.87, port is 8081
Closing due to inactivity. Please feel free to re-open if you still encounter any issues, thanks.