mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove torch distributed from CODEOWNERS (#112813)
After adding support for labeler, we don't need CODEOWNERS. This change will cause the distributed team members previously listed in CODEOWNERS to stop being auto-added as reviewers on PRs touching these files. The preceding PR adds labeler support for these same sets of files, and contains instructions for adding yourself to be cc'd for that label. It is preferable to be auto-cc'd rather than auto-tagged as reviewer, so that there is more signal in the reviewers list (either someone opted in which shows the PR author someone is likely looking at it, or the PR author added someone specifically which is a stronger notification to the tagged reviewer than the blanket CODEOWNERS behavior. Pull Request resolved: https://github.com/pytorch/pytorch/pull/112813 Approved by: https://github.com/wanchaol, https://github.com/fduwjj
This commit is contained in:
committed by
PyTorch MergeBot
parent
1fea599d9a
commit
8768b87bd1
14
CODEOWNERS
14
CODEOWNERS
@ -42,20 +42,6 @@ nn/qat/ @jerryzh168
|
||||
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw
|
||||
/torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw
|
||||
|
||||
# Distributed package
|
||||
# This list is mostly if you'd like to be tagged as reviewer, feel free to add
|
||||
# or remove yourself from it.
|
||||
/torch/csrc/distributed/ @mrshenli @zhaojuanmao @rohan-varma @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @kiukchung @d4l3k @wz337 @lucasllc
|
||||
/torch/distributed/ @mrshenli @zhaojuanmao @rohan-varma @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @kiukchung @d4l3k @wz337 @lucasllc
|
||||
/torch/distributed/_composable @mrshenli @zhaojuanmao @rohan-varma @H-Huang @awgu @kwen2501 @yhcharles @fegin @fduwjj @kiukchung @d4l3k @wz337 @lucasllc
|
||||
/torch/nn/parallel/ @mrshenli @zhaojuanmao @rohan-varma @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @kiukchung @d4l3k @wz337 @lucasllc
|
||||
|
||||
# Distributed tests
|
||||
# This list is mostly if you'd like to be tagged as reviewer, feel free to add
|
||||
# or remove yourself from it.
|
||||
/test/distributed @mrshenli @zhaojuanmao @rohan-varma @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @lucasllc
|
||||
/torch/testing/_internal/distributed @mrshenli @zhaojuanmao @rohan-varma @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @lucasllc
|
||||
|
||||
# ONNX Export
|
||||
/torch/_dynamo/backends/onnxrt.py @bowenbao @abock @thiagocrepaldi @wschin
|
||||
/torch/csrc/jit/passes/onnx.h @bowenbao @abock @thiagocrepaldi
|
||||
|
Reference in New Issue
Block a user