[doc] add warning about fsdp plugin (#3813)

This commit is contained in:
Hongxin Liu
2023-05-23 17:16:10 +08:00
committed by GitHub
parent 6b305a99d6
commit 19d153057e
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ More details can be found in [Pytorch Docs](https://pytorch.org/docs/main/genera
### Torch FSDP Plugin
> ⚠ This plugin is not available when torch version is lower than 1.12.0.
> ⚠ This plugin does not support save/load sharded model checkpoint now.
More details can be found in [Pytorch Docs](https://pytorch.org/docs/main/fsdp.html).