Commit ea961d8f authored by CsRic's avatar CsRic Committed by Frank Lee
Browse files

[NFC] polish colossalai/zero/sharded_param/__init__.py code style (#1717)


Co-authored-by: default avatarric <mkkt_bkkt@mail.ustc.edu.cn>
parent 2b49ca80
from colossalai.zero.sharded_param.sharded_tensor import ShardedTensor
from colossalai.zero.sharded_param.sharded_param import ShardedParamV2
__all__ = [
'ShardedTensor', 'ShardedParamV2']
__all__ = ['ShardedTensor', 'ShardedParamV2']
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment