mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish colossalai/zero/sharded_param/__init__.py code style (#1717)
Co-authored-by: ric <mkkt_bkkt@mail.ustc.edu.cn>pull/1743/head
parent
2b49ca80a3
commit
ea961d8fd1
|
@ -1,5 +1,4 @@
|
|||
from colossalai.zero.sharded_param.sharded_tensor import ShardedTensor
|
||||
from colossalai.zero.sharded_param.sharded_param import ShardedParamV2
|
||||
|
||||
__all__ = [
|
||||
'ShardedTensor', 'ShardedParamV2']
|
||||
__all__ = ['ShardedTensor', 'ShardedParamV2']
|
||||
|
|
Loading…
Reference in New Issue