From e2de88dc5a072ef1621e2debe55151231196bdbc Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 6 Mar 2019 12:30:05 -0800 Subject: [PATCH] Update CODEOWNERS (#17720) Summary: teng-li is passing the baton to mrshenli. Thanks for all your work on distributed teng-li!! :tada: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17720 Differential Revision: D14350120 Pulled By: pietern fbshipit-source-id: edfe784520c54630203cc8fbb296455d3dbf341b --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 141119d..503fe2c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -4,8 +4,8 @@ /docs/cpp @goldsborough @ebetica @yf225 /torch/csrc/api/ @ebetica @goldsborough @yf225 /test/cpp/api/ @ebetica @goldsborough @yf225 -/torch/lib/c10d/ @apaszke @pietern @teng-li -/torch/csrc/distributed/ @apaszke @pietern @teng-li -/torch/distributed/ @apaszke @pietern @teng-li -/test/test_c10d.py @apaszke @pietern @teng-li +/torch/lib/c10d/ @apaszke @pietern @mrshenli +/torch/csrc/distributed/ @apaszke @pietern @mrshenli +/torch/distributed/ @apaszke @pietern @mrshenli +/test/test_c10d.py @apaszke @pietern @mrshenli /torch/utils/cpp_extension.py @goldsborough @fmassa @apaszke @soumith @ezyang -- 2.7.4