mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-13 15:15:32 +00:00
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
5 lines
131 B
Python
5 lines
131 B
Python
from .sharded_param import ShardedParamV2
|
|
from .sharded_tensor import ShardedTensor
|
|
|
|
__all__ = ["ShardedTensor", "ShardedParamV2"]
|