зеркало из https://github.com/microsoft/DeepSpeed.git
57 строки
1.7 KiB
Plaintext
57 строки
1.7 KiB
Plaintext
# This file is used to subscribe for notifications for PRs
|
|
# related to specific file paths, does not necessarily mean
|
|
# approval is required from these people before merging.
|
|
#
|
|
# Learn more about CODEOWNERS syntax here:
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
|
|
# top-level repo folders
|
|
/.github/ @loadams
|
|
/azure/ @awan-10
|
|
/benchmarks/ @awan-10 @tjruwase
|
|
/bin/ @loadams
|
|
/csrc/ @awan-10
|
|
/deepspeed/ @loadams @tjruwase
|
|
/docker/ @awan-10
|
|
/docs/ @loadams @tjruwase
|
|
/examples/ @awan-10 @tohtana
|
|
/op_builder/ @loadams @tjruwase @jomayeri
|
|
/release/ @loadams
|
|
/requirements/ @loadams
|
|
/scripts/ @awan-10
|
|
/tests/ @tjruwase @loadams @tohtana
|
|
|
|
# deepspeed
|
|
/deepspeed/autotuning/ @loadams
|
|
/deepspeed/checkpoint/ @tjruwase
|
|
/deepspeed/comm/ @awan-10
|
|
/deepspeed/compression/ @tjruwase
|
|
/deepspeed/elasticity/ @awan-10
|
|
/deepspeed/launcher/ @loadams
|
|
/deepspeed/module_inject/ @awan-10
|
|
/deepspeed/moe/ @tohtana
|
|
/deepspeed/monitor/ @awan-10
|
|
/deepspeed/nebula/ @tjruwase
|
|
/deepspeed/ops/ @tohtana
|
|
/deepspeed/pipe/ @tohtana @loadams
|
|
/deepspeed/profiling/ @loadams
|
|
/deepspeed/utils/ @tjruwase @awan-10
|
|
|
|
# inference
|
|
/deepspeed/inference/ @awan-10
|
|
/deepspeed/model_implementations/ @awan-10
|
|
|
|
# training
|
|
/deepspeed/runtime/ @tjruwase @tohtana
|
|
/deepspeed/runtime/activation_checkpointing/ @tjruwase
|
|
/deepspeed/runtime/checkpoint_engine/ @tjruwase
|
|
/deepspeed/runtime/comm/ @awan-10
|
|
/deepspeed/runtime/compression/ @awan-10
|
|
/deepspeed/runtime/data_pipeline/ @tjruwase
|
|
/deepspeed/runtime/fp16/ @tjruwase
|
|
/deepspeed/runtime/fp16/onebit/ @awan-10
|
|
/deepspeed/runtime/pipe/ @loadams
|
|
/deepspeed/runtime/swap_tensor/ @tjruwase
|
|
/deepspeed/runtime/zero/ @tjruwase
|