Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
Megatron-LM
Public
Notifications
You must be signed in to change notification settings
Fork
4.4k
Star
17.6k
Code
Issues
392
Pull requests
817
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add experimental Megatron-FSDP fully_shard implementation
- #5387
#5387
Merged
wujingyue
merged 24 commits into
NVIDIA:main
NVIDIA/Megatron-LM:main
from
wujingyue:fsdp/minimal
wujingyue/Megatron-LM:fsdp/minimal
Copy head branch name to clipboard
Jun 24, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Add experimental Megatron-FSDP fully_shard implementation
#5387
wujingyue
merged 24 commits into
NVIDIA:main
NVIDIA/Megatron-LM:main
from
wujingyue:fsdp/minimal
wujingyue/Megatron-LM:fsdp/minimal
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2026
WIP: add experimental minimal FSDP path
Show description for 844c625
wujingyue
committed
844c625
View commit details
Copy full SHA for 844c625
Browse repository at this point
Refine minimal experimental FSDP path
Show description for 832af46
wujingyue
committed
832af46
View commit details
Copy full SHA for 832af46
Browse repository at this point
Refine experimental FSDP buffer APIs
Show description for afbe9fa
wujingyue
committed
afbe9fa
View commit details
Copy full SHA for afbe9fa
Browse repository at this point
Refine experimental FSDP gradient contract
Show description for 63987db
wujingyue
committed
63987db
View commit details
Copy full SHA for 63987db
Browse repository at this point
Require matching FSDP main grad dtype
Show description for 14e807b
wujingyue
committed
14e807b
View commit details
Copy full SHA for 14e807b
Browse repository at this point
Reuse FSDP model weights for matching main weights
Show description for 680f17b
wujingyue
committed
680f17b
View commit details
Copy full SHA for 680f17b
Browse repository at this point
Sync FSDP model weights before unshard
Show description for 5f06688
wujingyue
committed
5f06688
View commit details
Copy full SHA for 5f06688
Browse repository at this point
Preserve autograd grad dtype in minimal FSDP
Show description for 09909a2
wujingyue
committed
09909a2
View commit details
Copy full SHA for 09909a2
Browse repository at this point
Compare minimal FSDP loss curve with baseline
Show description for c4d13a8
wujingyue
committed
c4d13a8
View commit details
Copy full SHA for c4d13a8
Browse repository at this point
Adapt minimal FSDP to split DBuffer API
Show description for f1c2e57
wujingyue
committed
f1c2e57
View commit details
Copy full SHA for f1c2e57
Browse repository at this point
Split minimal FSDP runtime modules
Show description for 195b4ca
wujingyue
committed
195b4ca
View commit details
Copy full SHA for 195b4ca
Browse repository at this point
Split minimal FSDP module mixin
Show description for 13055d8
wujingyue
committed
13055d8
View commit details
Copy full SHA for 13055d8
Browse repository at this point
Remove experimental FSDP meta parameter support
Show description for 8759750
wujingyue
committed
8759750
View commit details
Copy full SHA for 8759750
Browse repository at this point
Clarify FSDP version counter preservation
Show description for 23c47a8
wujingyue
committed
23c47a8
View commit details
Copy full SHA for 23c47a8
Browse repository at this point
Rename experimental FSDP runtime types
Show description for 08e84c6
wujingyue
committed
08e84c6
View commit details
Copy full SHA for 08e84c6
Browse repository at this point
Document main_grad allocation lifetime
Show description for ea39f57
wujingyue
committed
ea39f57
View commit details
Copy full SHA for ea39f57
Browse repository at this point
Document post-backward reshard storage choice
Show description for e80d570
wujingyue
committed
e80d570
View commit details
Copy full SHA for e80d570
Browse repository at this point
Commits on Jun 21, 2026
Remove experimental FSDP distributed pytest markers
Show description for 99b1261
wujingyue
committed
99b1261
View commit details
Copy full SHA for 99b1261
Browse repository at this point
Remove DBuffer distributed pytest markers
Show description for c12e418
wujingyue
committed
c12e418
View commit details
Copy full SHA for c12e418
Browse repository at this point
Remove experimental FSDP CUDA skip guards
Show description for f959479
wujingyue
committed
f959479
View commit details
Copy full SHA for f959479
Browse repository at this point
Document experimental fully_shard mixin attachment
Show description for adb4e12
wujingyue
committed
adb4e12
View commit details
Copy full SHA for adb4e12
Browse repository at this point
Document fully_shard mixin behavior
Show description for 06286bc
wujingyue
committed
06286bc
View commit details
Copy full SHA for 06286bc
Browse repository at this point
Commits on Jun 22, 2026
Cover FSDP loss parity with microbatches
Show description for 0dfb83b
wujingyue
committed
0dfb83b
View commit details
Copy full SHA for 0dfb83b
Browse repository at this point
Commits on Jun 24, 2026
Merge branch 'main' into fsdp/minimal
wujingyue
authored
e3216c4
View commit details
Copy full SHA for e3216c4
Browse repository at this point
You can’t perform that action at this time.