Skip to content

Commit 99f5c4e

Browse files
authored
mark fsdp1 as deprecated and point to fsdp2 (#1374)
* FSDP2 example Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * update README Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * fix typo in README Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * fix README Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: * point to fsdp2 in fsdp1 code example
1 parent 2174f26 commit 99f5c4e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

distributed/FSDP/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## FSDP T5
1+
Note: FSDP1 is deprecated. Please follow [FSDP2 tutorial](https://docs.pytorch.org/tutorials/intermediate/FSDP_tutorial.html) and [code examples](https://github.com/pytorch/examples/tree/main/distributed/FSDP2).
22

3-
To run the T5 example with FSDP for text summarization:
3+
## FSDP1 T5
4+
5+
6+
7+
To run the T5 example with FSDP1 for text summarization:
48

59
## Get the wikihow dataset
610
```bash

0 commit comments

Comments
 (0)