CODEOWNERS 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # This file is used to subscribe for notifications for PRs
  2. # related to specific file paths, does not necessarily mean
  3. # approval is required from these people before merging.
  4. #
  5. # Learn more about CODEOWNERS syntax here:
  6. # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
  7. # top-level repo folders
  8. /.github/ @loadams
  9. /azure/ @awan-10
  10. /benchmarks/ @awan-10 @tjruwase
  11. /bin/ @loadams
  12. /csrc/ @awan-10
  13. /deepspeed/ @loadams @tjruwase
  14. /docker/ @awan-10
  15. /docs/ @loadams @tjruwase
  16. /examples/ @awan-10 @tohtana
  17. /op_builder/ @loadams @tjruwase @jomayeri
  18. /release/ @loadams
  19. /requirements/ @loadams
  20. /scripts/ @awan-10
  21. /tests/ @tjruwase @loadams @tohtana
  22. # deepspeed
  23. /deepspeed/autotuning/ @loadams
  24. /deepspeed/checkpoint/ @tjruwase
  25. /deepspeed/comm/ @awan-10
  26. /deepspeed/compression/ @tjruwase
  27. /deepspeed/elasticity/ @awan-10
  28. /deepspeed/launcher/ @loadams
  29. /deepspeed/module_inject/ @awan-10
  30. /deepspeed/moe/ @tohtana
  31. /deepspeed/monitor/ @awan-10
  32. /deepspeed/nebula/ @tjruwase
  33. /deepspeed/ops/ @tohtana
  34. /deepspeed/pipe/ @tohtana @loadams
  35. /deepspeed/profiling/ @loadams
  36. /deepspeed/utils/ @tjruwase @awan-10
  37. # inference
  38. /deepspeed/inference/ @awan-10
  39. /deepspeed/model_implementations/ @awan-10
  40. # training
  41. /deepspeed/runtime/ @tjruwase @tohtana
  42. /deepspeed/runtime/activation_checkpointing/ @tjruwase
  43. /deepspeed/runtime/checkpoint_engine/ @tjruwase
  44. /deepspeed/runtime/comm/ @awan-10
  45. /deepspeed/runtime/compression/ @awan-10
  46. /deepspeed/runtime/data_pipeline/ @tjruwase
  47. /deepspeed/runtime/fp16/ @tjruwase
  48. /deepspeed/runtime/fp16/onebit/ @awan-10
  49. /deepspeed/runtime/pipe/ @loadams
  50. /deepspeed/runtime/swap_tensor/ @tjruwase
  51. /deepspeed/runtime/zero/ @tjruwase