[PT-D] Update dist code owners (#74840)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/74840

Add myself and remove Bo.

Test Plan: Imported from OSS

Reviewed By: albanD

Differential Revision: D35188765

Pulled By: awgu

fbshipit-source-id: c0353e9871d9797e17c75f0bf3b26351d79c1e8f
(cherry picked from commit 91b9d0ea9a984a46e20a9d6acc995c97c236e7d0)
This commit is contained in:
Andrew Gu 2022-03-28 15:12:13 -07:00 committed by PyTorch MergeBot
parent 6675f1e697
commit 8ed6cb42ba

View File

@ -21,15 +21,15 @@
# 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 @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @bowangbj
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @bowangbj
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @bowangbj
/torch/csrc/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @awgu
/torch/distributed/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @awgu
/torch/nn/parallel/ @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088 @H-Huang @awgu
# 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 @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang @bowangbj
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang @bowangbj
/test/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang @awgu
/torch/testing/_internal/distributed @mrshenli @pritamdamania87 @zhaojuanmao @rohan-varma @H-Huang @awgu
# ONNX Export
/torch/csrc/jit/passes/onnx.h @bowenbao @shubhambhokare1