[refactor] move chunk and chunkmgr to directory gemini (#1182)

This commit is contained in:
Jiarui Fang
2022-06-29 13:31:02 +08:00
committed by GitHub
parent 6b2f2ab9bb
commit 372f791444
15 changed files with 335 additions and 331 deletions

View File

@@ -5,7 +5,6 @@ from .colo_parameter import ColoParameter
from .utils import convert_parameter, named_params_with_colotensor
from .dist_spec_mgr import DistSpecManager
from .param_op_hook import ParamOpHook, ParamOpHookManager
from .chunk import ChunkManager, TensorState
from . import distspec
from .process_group import ProcessGroup