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
81ee91f2
Unverified
Commit
81ee91f2
authored
Oct 06, 2023
by
ppt0011
Committed by
GitHub
Oct 06, 2023
Browse files
Merge pull request #4858 from Shawlleyw/main
[doc]: typo in document of booster low_level_zero plugin
parents
d1fcc0fa
c97a3523
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
colossalai/booster/plugin/low_level_zero_plugin.py
colossalai/booster/plugin/low_level_zero_plugin.py
+1
-1
No files found.
colossalai/booster/plugin/low_level_zero_plugin.py
View file @
81ee91f2
...
@@ -226,7 +226,7 @@ class LowLevelZeroPlugin(DPPluginBase):
...
@@ -226,7 +226,7 @@ class LowLevelZeroPlugin(DPPluginBase):
```
```
Args:
Args:
st
r
age (int, optional): ZeRO stage. Defaults to 1.
stage (int, optional): ZeRO stage. Defaults to 1.
precision (str, optional): precision. Support 'fp16', 'bf16' and 'fp32'. Defaults to 'fp16'.
precision (str, optional): precision. Support 'fp16', 'bf16' and 'fp32'. Defaults to 'fp16'.
initial_scale (float, optional): Initial scale used by DynamicGradScaler. Defaults to 2**32.
initial_scale (float, optional): Initial scale used by DynamicGradScaler. Defaults to 2**32.
min_scale (float, optional): Min scale used by DynamicGradScaler. Defaults to 1.
min_scale (float, optional): Min scale used by DynamicGradScaler. Defaults to 1.
...
...
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