mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
5 lines
163 B
Python
5 lines
163 B
Python
from .layer_spec import LayerSpec
|
|
from .pipelinable import PipelinableContext, PipelinableModel
|
|
|
|
__all__ = ["PipelinableModel", "PipelinableContext", "LayerSpec"]
|