mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-10-21 14:49:24 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
from .initialize import init_dist, initialize
|
|
from .nn import *
|
|
|
|
__version__ = '0.0.1'
|