mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 03:52:01 +00:00
[pipeline] refactor 1f1b schedule (#4115)
* [api] update optimizer wrapper to fit pipeline * [pipeline] add base schedule * [pipeline] add 1f1b schedule * [test] add pipeline schedule utils test * [pipeline] fix import
This commit is contained in:
7
colossalai/pipeline/schedule/__init__.py
Normal file
7
colossalai/pipeline/schedule/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .base import PipelineSchedule
|
||||
from .one_f_one_b import OneForwardOneBackwardSchedule
|
||||
|
||||
__all__ = [
|
||||
'PipelineSchedule',
|
||||
'OneForwardOneBackwardSchedule',
|
||||
]
|
Reference in New Issue
Block a user