There was an error while loading. Please reload this page.
1 parent 3635e8e commit e18db8cCopy full SHA for e18db8c
distributed/FSDP/README.md
@@ -1,6 +1,10 @@
1
-## FSDP T5
+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).
2
3
-To run the T5 example with FSDP for text summarization:
+## FSDP1 T5
4
+
5
6
7
+To run the T5 example with FSDP1 for text summarization:
8
9
## Get the wikihow dataset
10
```bash
0 commit comments