2022-03-04 02:46:13 +00:00
|
|
|
from colossalai.zero.sharded_param.sharded_param import ShardedParam
|
|
|
|
from colossalai.zero.sharded_param.sharded_tensor import ShardedTensor
|
2022-03-03 04:42:57 +00:00
|
|
|
|
2022-03-04 02:46:13 +00:00
|
|
|
__all__ = ['ShardedParam', 'ShardedTensor']
|