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
Implement end-to-end knowledge distillation support, enabling training of a student model to mimic the outputs (logits) of a frozen teacher model.
Estimate
Size
The text was updated successfully, but these errors were encountered:
Additional pointers from NeMo distillation implementation.
KL Loss The above megatron_gpt_distillation.py makes use of modelopt.torch.distil model for the trainer loop (not essential for us at this point)
megatron_gpt_distillation.py
modelopt.torch.distil
Sorry, something went wrong.
jlamypoirier
Successfully merging a pull request may close this issue.
🎯 Goal (What & Why)
Implement end-to-end knowledge distillation support, enabling training of a student model to mimic the outputs (logits) of a frozen teacher model.
🚀 Execution Plan
Step 1: What is the smallest working version?
Step 2: What additional optimizations are possible (but optional)?
📌 Acceptance Criteria (Must-Haves for Completion)
🛠️ Project Management
Estimate
field (in days) in the GitHub project.Size
field to categorize the PR size (Small/Medium/Large).The text was updated successfully, but these errors were encountered: