mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-19 00:55:09 +00:00
6 lines
194 B
Python
6 lines
194 B
Python
from colossalai.zero.sharded_param.sharded_tensor import ShardedTensor
|
|
from colossalai.zero.sharded_param.sharded_param import ShardedParamV2
|
|
|
|
__all__ = [
|
|
'ShardedTensor', 'ShardedParamV2']
|