-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue on Colab demo #2
Comments
I have the same issue locally. |
Hi, I fixed it by replacing the install line with the following one: ! pip3 install datasets==2.11.0 loralib sentencepiece git+https://github.com/huggingface/transformers.git accelerate==0.20.3 bitsandbytes==0.37.2 git+https://github.com/huggingface/peft.git gradio appdirs I will update the Colab and notebook as well. Thanks for using Fauno :) |
Hello @SepuWeb, Kind regards, |
I'm trying the demo on Colab |
The Colab is still broken. I tried locally and it fails with the same error. |
The Colab is still broken, the details below:
|
An issue trying Fauno-Italian_LLM on Colab.
cannot be completed because of the following error:
ImportError: accelerate>=0.20.3 is required for a normal functioning of this module, but found accelerate==0.18.0. Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main
The text was updated successfully, but these errors were encountered: