-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
35 lines (30 loc) · 1.02 KB
/
CODEOWNERS
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
# This file is used to subscribe for notifications for PRs
# related to specific file paths, does not necessarily mean
# approval is required from these people before merging.
#
# Learn more about CODEOWNERS syntax here:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Top-level folders
/.github/ @gugarosa @piero2c
/.vscode/ @sytelus
/confs/ @sytelus @debadeepta
/docker/ @gugarosa
/docs/ @gugarosa @piero2c
/scripts/ @sytelus @debadeepta
/tests/ @gugarosa @piero2c
# Archai
/archai/api/ @gugarosa @piero2c
/archai/common/ @sytelus @gugarosa @piero2c
/archai/datasets/ @gugarosa
/archai/discrete_search/ @piero2c
/archai/onnx/ @gugarosa @caiom
/archai/quantization/ @gugarosa @caiom
/archai/supergraph/ @sytelus @debadeepta
/archai/trainers/ @gugarosa
# Research
/research/evaluate_harness @gugarosa
/research/lm_eval_harness @gugarosa
# Tasks
/tasks/face_segmentation @piero2c
/tasks/face_segmentation/aml @lovettchris
/tasks/text_generation @gugarosa