mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-26 07:22:12 +00:00
fix: typo in comment of low_level_zero plugin
This commit is contained in:
parent
d1fcc0fa4d
commit
c97a3523db
@ -226,7 +226,7 @@ class LowLevelZeroPlugin(DPPluginBase):
|
||||
```
|
||||
|
||||
Args:
|
||||
strage (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'.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user