Migrated project

This commit is contained in:
zbian
2021-10-28 18:21:23 +02:00
parent 2ebaefc542
commit 404ecbdcc6
409 changed files with 35853 additions and 0 deletions

4
colossalai/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .initialize import init_dist, initialize
from .nn import *
__version__ = '0.0.1'