-
Notifications
You must be signed in to change notification settings - Fork 52
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
cuda out of memory error #1
Comments
Are you using python 3.7? I noticed with the latest release of Issues with python 3.7 If you're using python 3.7, you will install
Of course, make sure to remove the original lines with |
I am doing fine-tune on kaggle and using python3.10 and used transformers==4.30.2 But still not able to start the training Unexpected exception formatting exception. Falling back to standard exception During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hey, thanks for sharing your code!
I'm trying to fine-tune the model on my dataset, but I keep getting an out-of-memory error, even though I have 24 gigabytes of RAM. Any ideas on what might be causing this problem?
Thank You!
The text was updated successfully, but these errors were encountered: