File size: 131 Bytes
d75ad39 |
1 2 3 4 5 6 7 |
#!/mnt/weka/peacock/cronscript/venv/bin/python3
from deepspeed.launcher.runner import main
if __name__ == '__main__':
main()
|
d75ad39 |
1 2 3 4 5 6 7 |
#!/mnt/weka/peacock/cronscript/venv/bin/python3
from deepspeed.launcher.runner import main
if __name__ == '__main__':
main()
|