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
c97a3523
"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "db4cbdc7fb79ad2aa576d2e71759901e18cd5e1d"
Commit
c97a3523
authored
Oct 05, 2023
by
shaoyuw
Browse files
fix: typo in comment of low_level_zero plugin
parent
d1fcc0fa
Changes
1
Hide 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 @
c97a3523
...
@@ -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