-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathCODEOWNERS
More file actions
43 lines (34 loc) · 1.63 KB
/
CODEOWNERS
File metadata and controls
43 lines (34 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# CODEOWNERS - defines required reviewers for pull requests
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default: all PRs require review from the curator_reviewers team (round-robin assignment)
* @NVIDIA-NeMo/curator_reviewers
# Deduplication
nemo_curator/stages/deduplication/ @ayushdg @praateekmahajan
tests/stages/deduplication/ @ayushdg @praateekmahajan
# Documentation
docs/ @NVIDIA-NeMo/docs_team
# CI/CD and Build Configuration
.github/ @NVIDIA-NeMo/automation
codecov.yml @NVIDIA-NeMo/automation
docker/ @NVIDIA-NeMo/automation
pyproject.toml @NVIDIA-NeMo/automation
uv.lock @NVIDIA-NeMo/automation
# Text Embedders and Classifiers
nemo_curator/stages/text/embedders/ @sarahyurick @praateekmahajan @VibhuJawa
tests/stages/text/embedders/ @sarahyurick @praateekmahajan @VibhuJawa
nemo_curator/stages/text/classifiers/ @sarahyurick @praateekmahajan @VibhuJawa
tests/stages/text/classifiers/ @sarahyurick @praateekmahajan @VibhuJawa
# Backends
nemo_curator/backends/ @oyilmaz-nvidia @praateekmahajan @abhinavg4 @ayushdg
tests/backends/ @oyilmaz-nvidia @praateekmahajan @abhinavg4 @ayushdg
# Synthetic Data Generation (SDG)
nemo_curator/stages/synthetic/ @huvunvidia
tests/stages/synthetic/ @huvunvidia
# Video
nemo_curator/stages/video/ @suiyoubi @abhinavg4
tests/stages/video/ @suiyoubi @abhinavg4
# Benchmarking
benchmarking/ @rlratzel @praateekmahajan @sarahyurick @ayushdg
# Exclude scripts and nightly-benchmark.yaml from Rick's review
benchmarking/scripts/ @NVIDIA-NeMo/curator_reviewers
benchmarking/nightly-benchmark.yaml @NVIDIA-NeMo/curator_reviewers