-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handle error "Failed to load PyTorch native library" #123
Comments
|
|
I also had this issue, and I don't know what to do with it... I tried to restart JabRef and it worked okay |
Does not work at my side:
This refs #105. Maybe if the download can be triggered explicitly, this can be "solved" by a workaround: User clicks download again. - Or a retry of the download by JabRef automatically? (refs #87) |
But there is a button "Rebuild"? (It was named "Try to rebuild" some commits ago) |
Hmm, if we only had ways to reproduce this bug. Because I tried to test it, but it doesn't appear again |
On Linux Mint, the download is very fast. Thus, it is a Windows issue. Reproduce:
Result:
Then Re-Run JabRef (using Result:
This refs #132 - a broken embedded model should be fixed with a download! |
OMG so that's a Windows issue? |
Okay, little bit of research led to, that the user needs to install VC++ redistributable https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 |
😔 |
From dev call:
|
Windows: Link for self-guided installation: https://aka.ms/vs/16/release/vc_redist.x64.exe |
Yes, they really need VC++. So, I updated the documentation about that. And I also added guide, if user closed JabRef in the middle of downloading the embedding model |
* Add AI documentation * Fix some types and grammar * Rework AI documentation * Little fixes * Update the documentation for various AI providers and summarization * Add notice for InAnYan/jabref#123 * Follow-up notice for InAnYan/jabref#123 * Restructure AI documenation * Fix from code review * Fix from linter * Fix from linter --------- Co-authored-by: ThiloteE <[email protected]>
While trying to reproduce #105, I closed JabRef during downloading. Then I restarted JabRef. Then, I got the error
Click on "Try to rebuild again" causes the same effect.
The text was updated successfully, but these errors were encountered: