File size: 134 Bytes
7a67bfc |
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()
|
7a67bfc |
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()
|