Skip to content

Commit c4ba666

Browse files
authored
chore: Fix codeowners (#2264)
Signed-off-by: oliver könig <[email protected]>
1 parent 41eecc4 commit c4ba666

File tree

1 file changed

+19
-24
lines changed

1 file changed

+19
-24
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,48 @@
11
megatron/core/ @NVIDIA/core-adlr @NVIDIA/core-nemo
22

3-
megatron/core/models/gpt/ @NVIDIA/gpt
3+
megatron/core/models/gpt/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/gpt
44

5-
megatron/core/models/multimodal/ @NVIDIA/multi-modal
5+
megatron/core/models/multimodal/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/multi-modal
66

7-
megatron/core/models/mamba/ @NVIDIA/hybrid-mamba
8-
megatron/core/ssm/ @NVIDIA/hybrid-mamba
7+
megatron/core/models/mamba/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/hybrid-mamba
8+
megatron/core/ssm/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/hybrid-mamba
99

10-
megatron/core/datasets/ @NVIDIA/datasets
10+
megatron/core/datasets/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/datasets
1111

12-
megatron/core/distributed/fsdp/ @NVIDIA/megatron-fsdp
12+
megatron/core/distributed/fsdp/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/megatron-fsdp
1313

14-
megatron/core/transformer/fsdp_dtensor_checkpoint.py @NVIDIA/megatron-fsdp
14+
megatron/core/transformer/fsdp_dtensor_checkpoint.py @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/megatron-fsdp
1515

16-
megatron/core/dist_checkpointing/ @NVIDIA/dist-checkpointing
16+
megatron/core/dist_checkpointing/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/dist-checkpointing
1717

18-
megatron/core/optimizer/distrib_optimizer/ @NVIDIA/dist-optimizer
18+
megatron/core/optimizer/distrib_optimizer/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/dist-optimizer
1919

20-
megatron/core/inference/modelopt_support @NVIDIA/quantization-and-inference
20+
megatron/core/inference/modelopt_support @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/quantization-and-inference
2121

22-
megatron/core/datasets/ @NVIDIA/datasets
22+
megatron/core/datasets/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/datasets
2323

24-
megatron/core/pipeline_parallel/ @NVIDIA/pipeline-parallelism
24+
megatron/core/pipeline_parallel/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/pipeline-parallelism
2525

2626
megatron/core/transformer/ @NVIDIA/core-adlr @NVIDIA/core-nemo
2727

28-
megatron/core/transformer/moe/ @NVIDIA/mixture-of-experts-adlr @NVIDIA/mixture-of-experts-devtech
28+
megatron/core/transformer/moe/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/mixture-of-experts-adlr @NVIDIA/mixture-of-experts-devtech
2929

30-
megatron/core/inference/ @NVIDIA/inference
30+
megatron/core/inference/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/inference
3131

32-
megatron/core/parallel_state.py @NVIDIA/core-nemo
32+
megatron/core/parallel_state.py @NVIDIA/core-adlr @NVIDIA/core-nemo
3333

34-
megatron/core/post_training/ @NVIDIA/post-training
34+
megatron/core/post_training/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/post-training
3535

36-
megatron/post_training/ @NVIDIA/post-training
36+
megatron/post_training/ @NVIDIA/core-adlr @NVIDIA/core-nemo @NVIDIA/post-training
3737

3838
.gitlab/ @NVIDIA/ci
3939
.github/ @NVIDIA/ci
4040
.gitlab-ci.yml @NVIDIA/ci
4141
docker/ @NVIDIA/ci
42-
tests/unit_tests/run_ci_test.sh @NVIDIA/ci
43-
tests/test_utils/python_scripts/
4442
tests/functional_tests/python_test_utils/ @NVIDIA/ci
4543
tests/functional_tests/shell_test_utils/ @NVIDIA/ci
46-
megatron/core/transformer/transformer_block.py @NVIDIA/ci
47-
megatron/core/transformer/transformer_layer.py @NVIDIA/ci
48-
tests/functional_tests/test_cases/ @NVIDIA/ci
49-
tests/functional_tests/recipes/ @NVIDIA/ci
50-
tests/unit_tests/ @NVIDIA/ci
44+
tests/test_utils/recipes/ @NVIDIA/ci
45+
tests/unit_tests/run_ci_test.sh @NVIDIA/ci
5146

5247
megatron/rl/ @NVIDIA/reinforcement-learning
5348
examples/rl/ @NVIDIA/reinforcement-learning

0 commit comments

Comments
 (0)