Skip to content

Commit d281dcd

Browse files
committed
fix README
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 6757e4e commit d281dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/FSDP2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To run FSDP2 on transformer model:
44
cd distributed/FSDP2
55
torchrun --nproc_per_node 2 train.py
66
```
7-
* For 1st time, it creates a "checkpoints" folder and save state dicts there
7+
* For 1st time, it creates a "checkpoints" folder and saves state dicts there
88
* For 2nd time, it loads from previous checkpoints
99

1010
To enable explicit prefetching

0 commit comments

Comments
 (0)