-
Notifications
You must be signed in to change notification settings - Fork 116
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
[ERROR] Exception in ASGI application #128
Comments
Hi @hamzaziizzz , I met the same error on NVIDIA RTX 2080Ti as well. Have you solved this? |
Hi @hamzaziizzz , I think I have fixed this error in my situation. I failed to download the correct weight files and the auto re-download also failed due to bad network connection. This led to errors in inference. Maybe @SthPhoenix could consider on checking the success state of loading the weight file? |
Looks like various errors during processing module initialization may lead to silent fail, followed by this exception, I'll try to add more checks at startup to make module fail as early as possible to leave actual stack trace in console. |
A have committed small fix that should exit app if processing module failed to load |
@SthPhoenix
I'm getting this error on NVIDIA RTX 4050
The text was updated successfully, but these errors were encountered: