-
Notifications
You must be signed in to change notification settings - Fork 42
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
App Fatal Error When Last Model is Missing #17
Comments
I am getting this problem too. |
Fix: switching to the Issue: I'm running issues in getting But when loading the model, I get This is the output of model at that point
We could propose to modify that library to |
My thoughts as well on catching the missing model and handling it a bit better 👍 |
Love this app, gonna be really useful in my research. I had tried using a small model a few months back (tried to add it from my downloads) and the app froze, so I removed the model and tried to add a new one. However upon re-running the app, even after fresh clones of the repo, the app immediately crashes here when trying to load the model:
I've isolated this to when the app is trying to load the
lastCompiledModel
pulling data fromApplication Support/hf-compiled-transformers
. If the shortcut/reference to the last loaded model is gone, the app doesn't handle this very well and crashes.Could be a small improvement for this but, the fix is to wipe that
hf-compiled-transformers
folder altogether. But could add in some error checking to be able to handle if the model that you previously had loaded is missing.The text was updated successfully, but these errors were encountered: