Skip to content

Commit e18db8c

Browse files
committed
point to fsdp2 in fsdp1 code example
1 parent 3635e8e commit e18db8c

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)