-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
The provided lr scheduler LambdaLR
doesn't follow PyTorch's LRScheduler API.
#219
Comments
Full error message: Traceback (most recent call last): |
Originally posted by @analyticray in #218 (comment) That seems to fix things in Colab for me, but not in the local install. |
On Ubuntu 20.04 the above version install results in the same error as the OP. |
The combo !pip install -qq pytorch-lightning==1.7.0 transformers==4.21.3 aitextgen==0.6.0 does not work with python 3.10.6. |
on python 3.11, installing pytorch-lightning==1.7.0 results in: error: can't find Rust compiler |
I'm trying to run the Demo code, but keep getting this error when it tries to call ai.train()
Is this an issue with aitextgen or with the pytorch/lightning package?
The demo script (with some prints added to see where it fails)
The text was updated successfully, but these errors were encountered: