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