4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python4,422 forks (4,422 forks)auto 404
good first issuemegatron
Repository metrics
- Stars
- 23,003 stars (23,003 stars)
- PR merge metrics
- Avg merge 3d 6h (Avg merge 3d 6h)125 merged PRs in 30d (125 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate the missing `save checkpoint` method in `verl/workers/megatron workers.py` at line 428. Examine existing checkpoint implementations in other VERL workers (e.g., `fsdp workers.py`) and Megatron LM's checkpointing utilities. Implement a method that saves model and optimizer states in a format compatible with `load checkpoint`. Review the 4 comments on the issue for any additional context or proposed approaches.
- Tech stack
- pythonpytorch
- Domain
- backendmachine learning
- Issue type
- Feature
- Prerequisites
- PythonPyTorchMegatron (distributed training)