Update CODEOWNERS for distributed rpc framework. (#29788)

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

ghstack-source-id: 93889545

Test Plan: waitforbuildbot

Differential Revision: D18498997

fbshipit-source-id: e1419f1a487f7fe4d5f6af9de66e930da067b70e
This commit is contained in:
Pritam Damania 2019-11-13 23:40:35 -08:00 committed by Facebook Github Bot
parent 4a27d2be18
commit ba74be0d3e

View File

@ -19,3 +19,9 @@
/torch/autograd/ @apaszke
/torch/jit/ @apaszke
/torch/utils/data/ @apaszke
# Distributed RPC Framework.
/torch/csrc/distributed/rpc @mrshenli @pritamdamania87
/torch/csrc/distributed/autograd @mrshenli @pritamdamania87
/torch/distributed/rpc @mrshenli @pritamdamania87
/torch/distributed/autograd @mrshenli @pritamdamania87