-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ImportError when importing FastLanguageModel from unsloth #1313
Comments
Hi, I had a similar error
when I ran the notebook , cell 2. Thank you! |
@zhenduow You can try updating Unsloth-zoo via |
@MurphyJUAN That is a very weird error hmmm - maybe best to uninstall Unsloth entirely and reinstall it |
Same issue here, running cuda 12.5 on ubuntu if that can help. Error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating unsloth to the latest version, I encountered an ImportError when attempting to import FastLanguageModel from the package. The error message is as follows:
This error occurs when executing the following code:
Environment:
Python version: 3.10
PyTorch version: 2.4.1+cu121
unsloth version: unsloth-2024.11.7
CUDA version: 12.1
OS: Linux Ubuntu 20.04
Environment: Conda environment
Could you please provide guidance on how to resolve this issue or if there’s a specific version of torch that unsloth is currently compatible with?
Thank you!
The text was updated successfully, but these errors were encountered: