From eb7637013edda83ba6914124634925bc9784e5da Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Fri, 13 Mar 2026 13:35:57 -0700 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1bb6ce9402..42fb3a1373 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,5 @@ # Inspired from https://github.com/vllm-project/vllm/blob/main/.github/CODEOWNERS -/cli/ @rolandtannous @Manan17 -/studio/frontend/ @Shine1i @Imagineer99 @rolandtannous @Manan17 -/studio/frontend/public/ @Shine1i @Imagineer99 -/studio/backend/ @rolandtannous @Manan17 @Shine1i -/studio/backend/core/data_recipe/ @Shine1i @rolandtannous -/studio/backend/tests/ @rolandtannous @danielhanchen -/tests/ @rolandtannous @danielhanchen -/scripts/ @rolandtannous @danielhanchen - /unsloth/models/loader.py @danielhanchen @mmathew23 /unsloth/models/llama.py @Datta0 @danielhanchen @mmathew23 /unsloth/models/rl.py @Datta0 @pluesclues @danielhanchen @@ -53,3 +44,12 @@ /unsloth/utils/attention_dispatch.py @mmathew23 /unsloth/utils/hf_hub.py @mmathew23 /unsloth/utils/packing.py @mmathew23 + +/cli/ @rolandtannous @Manan17 +/studio/frontend/ @Shine1i @rolandtannous @Manan17 +/studio/frontend/public/ @Shine1i +/studio/backend/ @rolandtannous +/studio/backend/core/data_recipe/ @rolandtannous +/studio/backend/tests/ @rolandtannous @danielhanchen +/tests/ @rolandtannous @danielhanchen +/scripts/ @rolandtannous @danielhanchen