Commit b105371a authored by ver217's avatar ver217 Committed by Frank Lee
Browse files

rename shared adam to sharded optim v2

parent 70814dc2
...@@ -22,7 +22,7 @@ class OptimState(Enum): ...@@ -22,7 +22,7 @@ class OptimState(Enum):
UNSCALED = 2 UNSCALED = 2
class ShardedAdam(ColossalaiOptimizer): class ShardedOptimizerV2(ColossalaiOptimizer):
def __init__(self, def __init__(self,
adam_optim: Optimizer, adam_optim: Optimizer,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment