Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix README
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
  • Loading branch information
weifengpy committed May 9, 2025
commit d281dcdef62320876e3eb6d4ac945198bf33a19d
2 changes: 1 addition & 1 deletion distributed/FSDP2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run FSDP2 on transformer model:
cd distributed/FSDP2
torchrun --nproc_per_node 2 train.py
```
* For 1st time, it creates a "checkpoints" folder and save state dicts there
* For 1st time, it creates a "checkpoints" folder and saves state dicts there
* For 2nd time, it loads from previous checkpoints

To enable explicit prefetching
Expand Down