Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions distributed/FSDP/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 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).

To run the T5 example with FSDP for text summarization:
## FSDP1 T5



To run the T5 example with FSDP1 for text summarization:

## Get the wikihow dataset
```bash
Expand Down