mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-24 06:20:55 +00:00
5 lines
109 B
Python
5 lines
109 B
Python
from .d_tensor import DTensor
|
|
from .sharding_spec import ShardingSpec
|
|
|
|
__all__ = ['DTensor', 'ShardingSpec']
|