Skip to content
2 changes: 1 addition & 1 deletion colossalai/auto_parallel/checkpoint/ckpt_solver_rotor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self,
optim_multiplier (float, optional): The multiplier of extra weight storage for the
``torch.optim.Optimizer``. Default to 1.0.
"""
super().__init__(graph, free_memory, True, cnode)
super().__init__(graph, free_memory, True, cnode, optim_multiplier)
self.memory_slots = memory_slots

# construct chain
Expand Down