Add a distributed package reviewer (#45744)

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

Tag me as reviewer

Test Plan: na

Reviewed By: jiayisuse

Differential Revision: D23881569

fbshipit-source-id: 8452fa60fe3d017ae1f0da26c0ce476f2b9c170c
This commit is contained in:
Mingzhe Li 2020-10-02 09:54:42 -07:00 committed by Facebook GitHub Bot
parent 24187a0b42
commit ad31068fe9

View File

@ -23,9 +23,9 @@
# 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/lib/c10d/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma
/torch/lib/c10d/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
/torch/csrc/distributed/ @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
/torch/distributed/ @apaszke @pietern @mrshenli @zhaojuanmao @pritamdamania87 @rohan-varma @mingzhe09088
# Distributed tests
# This list is mostly if you'd like to be tagged as reviewer, feel free to add