From 6649ed9deb1d2bec848c66089bc438810a48299e Mon Sep 17 00:00:00 2001 From: bobrenjc93 Date: Wed, 16 Apr 2025 18:20:11 -0700 Subject: [PATCH] [ez] fix code owners typo (#151499) Pull Request resolved: https://github.com/pytorch/pytorch/pull/151499 Approved by: https://github.com/laithsakka --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e90a669de66..2aca8985571 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -165,9 +165,9 @@ caffe2/utils/hip @jeffdaily @jithunnair-amd /torch/_export/ @avikchaudhuri @tugsbayasgalan @zhxchen17 @ydwu4 @angelayi # Dynamic Shapes -/torch/fx/experimental/symbolic_shapes.py @bobren @laithsakka -/torch/fx/experimental/sym_node.py @bobren @laithsakka -/torch/fx/experimental/recording.py @bobren @laithsakka +/torch/fx/experimental/symbolic_shapes.py @bobrenjc93 @laithsakka +/torch/fx/experimental/sym_node.py @bobrenjc93 @laithsakka +/torch/fx/experimental/recording.py @bobrenjc93 @laithsakka # serialization-related files /aten/src/ATen/MapAllocator* @mikaylagawarecki