Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
19d15305
Unverified
Commit
19d15305
authored
May 23, 2023
by
Hongxin Liu
Committed by
GitHub
May 23, 2023
Browse files
[doc] add warning about fsdp plugin (#3813)
parent
6b305a99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docs/source/en/basics/booster_plugins.md
docs/source/en/basics/booster_plugins.md
+1
-0
docs/source/zh-Hans/basics/booster_plugins.md
docs/source/zh-Hans/basics/booster_plugins.md
+1
-0
No files found.
docs/source/en/basics/booster_plugins.md
View file @
19d15305
...
@@ -62,6 +62,7 @@ More details can be found in [Pytorch Docs](https://pytorch.org/docs/main/genera
...
@@ -62,6 +62,7 @@ More details can be found in [Pytorch Docs](https://pytorch.org/docs/main/genera
### Torch FSDP Plugin
### Torch FSDP Plugin
> ⚠ This plugin is not available when torch version is lower than 1.12.0.
> ⚠ 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
)
.
More details can be found in
[
Pytorch Docs
](
https://pytorch.org/docs/main/fsdp.html
)
.
...
...
docs/source/zh-Hans/basics/booster_plugins.md
View file @
19d15305
...
@@ -62,6 +62,7 @@ Zero-2 不支持局部梯度累积。如果您坚持使用,虽然可以积累
...
@@ -62,6 +62,7 @@ Zero-2 不支持局部梯度累积。如果您坚持使用,虽然可以积累
### Torch FSDP 插件
### Torch FSDP 插件
> ⚠ 如果 torch 版本低于 1.12.0,此插件将不可用。
> ⚠ 如果 torch 版本低于 1.12.0,此插件将不可用。
> ⚠ 该插件现在还不支持保存/加载分片的模型 checkpoint。
更多详细信息,请参阅
[
Pytorch 文档
](
https://pytorch.org/docs/main/fsdp.html
)
.
更多详细信息,请参阅
[
Pytorch 文档
](
https://pytorch.org/docs/main/fsdp.html
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment