mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-16 08:55:12 +00:00
[CLI] add CLI launcher
This commit is contained in:
6
bin/colossal
Normal file
6
bin/colossal
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from colossalai.launcher.run import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user