From 3e1d8f3c6aabe207ba583298675f402d278e9bd6 Mon Sep 17 00:00:00 2001 From: moto <855818+mthrok@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:33:12 -0400 Subject: [PATCH] Add CODEOWNERS (#3571) --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..9439c93d5c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +# Fallback +* @pytorch/team-audio-core + +/examples/avsr @mpc001 +/examples/asr @hwangjeff +/examples/self_supervised_learning @nateanl +/examples/dnn_beamformer @nateanl +/examples/hubert @nateanl +/examples/tutorials @mthrok +/torchaudio @mthrok