Open XinyueZ opened 1 year ago
same here after install it the surprise a lot of errors! any tip to solve it
I can't tell if this is related to your error, but keep in mind that --device
does not work, it's hardcoded to cuda:3
in the sources:
https://github.com/gaomingqi/Track-Anything/blob/e6e159273790974e04eeea6673f1f93c035005fc/app.py#L381C16-L381C21
I can't tell if this is related to your error, but keep in mind that
--device
does not work, it's hardcoded tocuda:3
in the sources: https://github.com/gaomingqi/Track-Anything/blob/e6e159273790974e04eeea6673f1f93c035005fc/app.py#L381C16-L381C21
but i try to run without --device and i got the same error! also i try to edit that line and the same errors!
I just meet the same issue, but I solve it by:
pip uninstall gradio_client && pip install gradio_client==0.1.0
I found this solution in https://github.com/oobabooga/text-generation-webui/issues/1855#issuecomment-1537206165
Hey guys, can you help?
I just got this error after running
python app.py --device cuda:0
thanks