Update CODEOWNERS

This commit is contained in:
Daniel Han 2026-03-13 13:35:57 -07:00
commit eb7637013e

18
.github/CODEOWNERS vendored
View file

@ -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