Files
DeepSpeed/bin/ds_io
Olatunji Ruwase a5400974df DeepNVMe perf tuning (#6560)
Add performance tuning utilities: `ds_nvme_tune` and `ds_io`.  
Update tutorial with tuning section.

---------

Co-authored-by: Ubuntu <jomayeri@microsoft.com>
Co-authored-by: Joe Mayer <114769929+jomayeri@users.noreply.github.com>
2024-09-26 13:07:19 +00:00

7 lines
107 B
Python

#!/usr/bin/env python3
from deepspeed.nvme import ds_io_main
if __name__ == '__main__':
ds_io_main()