[CLI] add CLI launcher

This commit is contained in:
liuyuliang
2022-04-13 17:30:47 +08:00
parent 0ed7042f42
commit df7e6506d4
5 changed files with 377 additions and 0 deletions

6
bin/colossal Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from colossalai.launcher.run import main
if __name__ == '__main__':
main()