ds_io 107 B

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