-
Notifications
You must be signed in to change notification settings - Fork 902
[WIP] Megatron GRPO #6025
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
base: main
Are you sure you want to change the base?
[WIP] Megatron GRPO #6025
Conversation
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request introduces support for Generative Reward Policy Optimization (GRPO) within the Megatron framework. It adds a new MegatronGRPOTrainer
, corresponding arguments, and integrates with vLLM for efficient generation. The changes are extensive and well-structured. My review focuses on code quality and correctness, and I've identified a couple of areas with redundant code that could be cleaned up to improve maintainability.
No description provided.