mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-05-02 08:37:36 +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'] |