Files
DeepSpeed/deepspeed/nvme/__init__.py
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

9 lines
241 B
Python

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
# DeepSpeed Team
from .perf_run_sweep import sweep_main, parse_sweep_arguments
from .perf_generate_param import generate_main
from .test_ds_aio import ds_io_main