mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-28 21:17:08 +00:00
4 lines
162 B
Python
4 lines
162 B
Python
from .pipelinable import PipelinableContext, PipelinableModel
|
|
from .layer_spec import LayerSpec
|
|
|
|
__all__ = ['PipelinableModel', 'PipelinableContext', 'LayerSpec'] |