-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[URGENT] llama.cpp / GGUF breaks on Colab #476
Comments
Facing the same issue. Is Unsloth always pulling the latest version of llama.cpp? If yes, would not be safer to lock it? Happy to help with that. |
Sorry on the issue! Hmm I'm actually unsure what the issue is yet - some installs work, whilst some don't - I'm not sure what is causing it to fail |
@eugeniosegala Found the issue - reporting to HuggingFace. It seems like PEFT got an update, weirdly causing stuff to break in Colab. Please change the installation instructions to %%capture
# Installs Unsloth, Xformers (Flash Attention) and all other packages!
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
!pip install --no-deps "xformers<0.0.26" trl "peft<0.11.0" accelerate bitsandbytes in the first cell |
+1 Didn't resolve the issue. I still get the error |
the same as you |
@kirilgorbachov @Jiar @gaurav-nelson So so sorry it was my dumb mistake!! I accidentally did a typo!! If you're still on Colab, please uninstall unsloth or edit the top cell to # %%capture
# Installs Unsloth, Xformers (Flash Attention) and all other packages!
!pip uninstall unsloth -y
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
!pip install --no-deps "xformers<0.0.26" trl "peft<0.11.0" accelerate bitsandbytes then restart and run all Sorry again! |
@danielhanche, It's working now! Thanks 🙏 |
Thank you @danielhanchen 🥇 It is working now. |
@danielhanchen I do not actually see your spelling mistake, but it defiantly fixed now and function properly. I tried to debug it a bit yesterday, seems unsloth installs llama.cpp via @danielhanchen Thanks for your time anyway! |
As an update, the super speedy HF team have isolated the issue and have swiftly found a fix :) Hats off to them for their fabulous speed! huggingface/peft#1739 |
llama.cpp seems to be unable to install - investigating now.
The text was updated successfully, but these errors were encountered: