diff --git a/CODEOWNERS b/CODEOWNERS index 20fc608bd2fd..24a52b94a8de 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -101,8 +101,8 @@ test/test_type_promotion.py @mruberry @ngimel # functorch-related things # This list is for people wanting to be notified every time there's a change # Useful for e.g. auditing xfails that other folks add to tests -test/functorch/test_ops.py @zou3519 @chillee -test/functorch/test_vmap.py @zou3519 @chillee +test/functorch/test_ops.py @zou3519 @chillee @kshitij12345 +test/functorch/test_vmap.py @zou3519 @chillee @kshitij12345 # torch MPS test/test_mps.py @kulinseth