ds 106 Bytes
Newer Older
1
2
3
4
5
6
#!/usr/bin/env python

from deepspeed.pt.deepspeed_run import main

if __name__ == '__main__':
    main()