mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-05 05:32:03 +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'] |