From 5a735ece6b46248b6bb224bae4d0d7df24a335f0 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:13:51 +0000 Subject: [PATCH] Remove @abock from ONNX approvers/codeowners (#124259) As he is no longer interested in the project Pull Request resolved: https://github.com/pytorch/pytorch/pull/124259 Approved by: https://github.com/kit1980, https://github.com/BowenBao --- .github/merge_rules.yaml | 1 - CODEOWNERS | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/merge_rules.yaml b/.github/merge_rules.yaml index 8e9f05051c82..cd1f5cb7c483 100644 --- a/.github/merge_rules.yaml +++ b/.github/merge_rules.yaml @@ -28,7 +28,6 @@ - caffe2/python/onnx/** approved_by: - BowenBao - - abock - justinchuby - shubhambhokare1 - thiagocrepaldi diff --git a/CODEOWNERS b/CODEOWNERS index 9f0891b029cc..3d09c31c438e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -43,12 +43,12 @@ nn/qat/ @jerryzh168 /torch/csrc/distributed/rpc/tensorpipe_agent.h @jiayisuse @osalpekar @lw # ONNX Export -/torch/_dynamo/backends/onnxrt.py @bowenbao @abock @thiagocrepaldi @wschin -/torch/csrc/jit/passes/onnx.h @bowenbao @abock @thiagocrepaldi -/torch/csrc/jit/passes/onnx.cpp @bowenbao @abock @thiagocrepaldi -/torch/csrc/jit/passes/onnx/ @bowenbao @abock @thiagocrepaldi -/torch/onnx/ @bowenbao @abock @thiagocrepaldi @wschin -/test/onnx/ @bowenbao @abock @thiagocrepaldi @wschin +/torch/_dynamo/backends/onnxrt.py @bowenbao @thiagocrepaldi @wschin +/torch/csrc/jit/passes/onnx.h @bowenbao @thiagocrepaldi +/torch/csrc/jit/passes/onnx.cpp @bowenbao @thiagocrepaldi +/torch/csrc/jit/passes/onnx/ @bowenbao @thiagocrepaldi +/torch/onnx/ @bowenbao @thiagocrepaldi @wschin +/test/onnx/ @bowenbao @thiagocrepaldi @wschin # CI /.ci @pytorch/pytorch-dev-infra