mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-03 02:26:26 +00:00
5 lines
221 B
Python
5 lines
221 B
Python
from .chunk import Chunk, ChunkFullError, TensorInfo, TensorState
|
|
from .manager import ChunkManager
|
|
from .search_utils import classify_params_by_dp_degree, search_chunk_configuration
|
|
from .utils import init_chunk_manager
|