mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-28 00:07:29 +00:00
[hotfix] add hybrid adam to __init__ (#584)
This commit is contained in:
parent
e6d50ec107
commit
104cbbb313
@ -5,7 +5,6 @@ from .fused_sgd import FusedSGD
|
||||
from .lamb import Lamb
|
||||
from .lars import Lars
|
||||
from .cpu_adam import CPUAdam
|
||||
from .hybrid_adam import HybridAdam
|
||||
|
||||
__all__ = [
|
||||
'ColossalaiOptimizer', 'FusedLAMB', 'FusedAdam', 'FusedSGD', 'Lamb', 'Lars', 'CPUAdam'
|
||||
]
|
||||
__all__ = ['ColossalaiOptimizer', 'FusedLAMB', 'FusedAdam', 'FusedSGD', 'Lamb', 'Lars', 'CPUAdam', 'HybridAdam']
|
||||
|
Loading…
Reference in New Issue
Block a user