mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 17:46:42 +00:00
[legacy] move builder and registry to legacy (#4603)
This commit is contained in:
@@ -2,7 +2,8 @@ from typing import List
|
||||
|
||||
from torch.optim.lr_scheduler import MultiStepLR as _MultiStepLR
|
||||
|
||||
from colossalai.registry import LR_SCHEDULERS
|
||||
from colossalai.legacy.registry import LR_SCHEDULERS
|
||||
|
||||
from .delayed import WarmupScheduler
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user