-
Notifications
You must be signed in to change notification settings - Fork 964
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
Version 0.1.60 does not install correctly #352
Comments
I just tested 0.1.59 - it works. |
@Barafu thanks for reporting, likely due to #350, it installed correctly in the actions environment so I assumed it would be fine. I'll work on a fix. Since you're on windows, is it installed from source or via the wheels from the release page? You should be able to tell by doing calling |
|
Thanks! Do you mind running |
Sure! Here |
Thank you! Hmm, it looks like the
I'll set up a github action workflow to install from pypi / run tests. |
No With 1.59 it goes to |
Having the same problem. Maybe something to do with |
I have same problem reverting back to 0.1.59 works |
adding +1 to 1.60 failing on MacOS with the same error.
AFAICT the build suceeeds but it's still unable to load. |
Yeah it looks like 0.1.60 is completely broken when installing from pip, sorry about that. I'll work on a fix and yank the broken release. Should have this fixed shortly. |
I've been trying to build 0.1.60 from source all day wondering if it was just me not getting a llama.dll lol. Looking forward to trying out k-quants with the Windows GPU offloading fixes. |
@Barafu @minemo @Celppu @stillmatic @DocShotgun pushed v0.1.61 to PyPI, reverted the build system but kept the recent updates / fixes to llama.cpp (metal support still missing until our PR is merged), let me know if everything works now, cheers! |
Works for me. |
Same on my end. Thanks ^^ |
Thank you, 0.1.61 works! |
Short
In the Oobabooga installation, on Windows11, the package stops working when upgrading from 0.1.57 to 0.1.60. Reverting back to 0.1.57 fixes the problem. Complains about
Shared library with base name 'llama' not found
. There is no llama.dll anywhere in the folder, only llama.lib . I do not see any compilation errors.Logs.
Installation log:
Launch log
The text was updated successfully, but these errors were encountered: