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

Make LitGPT LLM API compatible with PyTorch Lightning Trainer 1/2 #1667

Merged
merged 16 commits into from
Aug 15, 2024

Conversation

rasbt
Copy link
Collaborator

@rasbt rasbt commented Aug 9, 2024

Makes the LitGPT LLM API compatible with the PyTorch Lightning Trainer while remaining minimal and user friendly. This PR implements all the necessary code to support models that fit on a single GPU.

Support for models too large to fit on a single device will be handled in a separate PR.

@rasbt rasbt requested review from awaelchli and lantiga as code owners August 9, 2024 15:08
@rasbt rasbt marked this pull request as draft August 9, 2024 15:08
@rasbt rasbt changed the title Make LitGPT LLM API compatible with PyTorch Lightning Trainer Make LitGPT LLM API compatible with PyTorch Lightning Trainer 1/2 Aug 14, 2024
@rasbt rasbt marked this pull request as ready for review August 14, 2024 21:55
@rasbt rasbt merged commit 8b6789e into main Aug 15, 2024
8 checks passed
@rasbt rasbt deleted the trainer-api branch August 15, 2024 20:45
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

Successfully merging this pull request may close these issues.

1 participant