We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your great work!
I'm having an Out of Memory issue with the following configuration: (Probably the default training setting and identical VRAM size)
Disabling the CUDA prefetcher didn't help. A batch size of 7 per GPU works fine, so it seems to be a slight OOM problem.
Gradient checkpointing also worked, but led to slower training. It would be better if we have alternatives.
Are there any configurations that I might have missed to reduce VRAM usage? Or do you have any other suggestions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your great work!
I'm having an Out of Memory issue with the following configuration:
(Probably the default training setting and identical VRAM size)
Disabling the CUDA prefetcher didn't help.
A batch size of 7 per GPU works fine, so it seems to be a slight OOM problem.
Gradient checkpointing also worked, but led to slower training. It would be better if we have alternatives.
Are there any configurations that I might have missed to reduce VRAM usage?
Or do you have any other suggestions?
The text was updated successfully, but these errors were encountered: