Skip to content
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

When running in Colab(free), the error message "CUDA out of memory" appears. #6

Open
SingingDalong opened this issue Dec 7, 2024 · 2 comments

Comments

@SingingDalong
Copy link

SingingDalong commented Dec 7, 2024

When running in Colab, the error message "CUDA out of memory" appears.
Could you please update the code so I can use it in Colab(free)? I don't know how to program.

@SingingDalong SingingDalong changed the title When running in Colab, the error message "CUDA out of memory" appears. When running in Colab(free), the error message "CUDA out of memory" appears. Dec 7, 2024
@ai-anchorite
Copy link
Collaborator

ai-anchorite commented Dec 8, 2024

I think the free tier uses a Tesla K80 GPU?

Trying changing from bfloat16 to float16, using the steps outlined here: #5 (comment)

[edit]
I see that the K80 doesn't support float16 either. Not if it it's possible to run this using it, sorry :(

@SingingDalong
Copy link
Author

I think the free tier uses a Tesla K80 GPU?

Trying changing from bfloat16 to float16, using the steps outlined here: #5 (comment)

[edit] I see that the K80 doesn't support float16 either. Not if it it's possible to run this using it, sorry :(

Thank you. Problem solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants