|
1 | 1 | # This file defines code ownership rules for the repository. |
2 | 2 |
|
| 3 | +## TensorRT-LLM QA |
| 4 | +### Integration Tests |
| 5 | +/tests/integration/test_lists/qa @NVIDIA/trt-llm-qa |
| 6 | +/tests/integration/defs/examples/test_ray.py @NVIDIA/trt-llm-qa-function |
| 7 | +/tests/integration/defs/examples/test_redrafter.py @NVIDIA/trt-llm-qa-function |
| 8 | +/tests/integration/defs/accuracy @NVIDIA/trt-llm-qa-function |
| 9 | +/tests/integration/defs/stress_test @NVIDIA/trt-llm-qa-function |
| 10 | +/tests/integration/defs/triton_server @NVIDIA/trt-llm-qa-function |
| 11 | +/tests/integration/defs/test_e2e.py @NVIDIA/trt-llm-qa-function |
| 12 | +/tests/integration/defs/disaggregated @NVIDIA/trt-llm-qa-serving |
| 13 | +/tests/integration/defs/sysinfo @NVIDIA/trt-llm-qa-perf |
| 14 | +/tests/integration/defs/perf @NVIDIA/trt-llm-qa-perf |
| 15 | +/tests/integration/defs/perf/disagg @NVIDIA/trt-llm-qa-serving |
3 | 16 |
|
4 | 17 | ## TensorRT-LLM Infra |
5 | 18 | ### CI |
|
13 | 26 |
|
14 | 27 | ## TensorRT-LLM - Docs |
15 | 28 | /docs @NVIDIA/trt-llm-doc-owners |
| 29 | +/CODING_GUIDELINES.md @NVIDIA/trt-llm-doc-owners |
| 30 | +/CODE_OF_CONDUCT.md @NVIDIA/trt-llm-doc-owners |
| 31 | +/CONTAINER_SOURCE.md @NVIDIA/trt-llm-doc-owners |
| 32 | +/CONTRIBUTING.md @NVIDIA/trt-llm-doc-owners |
| 33 | +/README.md @NVIDIA/trt-llm-doc-owners |
16 | 34 |
|
17 | 35 | ## Examples |
18 | 36 | /examples @NVIDIA/trt-llm-doc-owners |
@@ -183,6 +201,7 @@ docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers |
183 | 201 | ## and license compliance when adding, removing, or changing versions of dependencies. |
184 | 202 | ### License Files |
185 | 203 | /LICENSE @NVIDIA/trt-llm-oss-compliance |
| 204 | +/ATTRIBUTIONS-*.md @NVIDIA/trt-llm-oss-compliance |
186 | 205 | /jenkins/license_cpp.json @NVIDIA/trt-llm-ci-infra-devs @NVIDIA/trt-llm-infra-devs @NVIDIA/trt-llm-oss-compliance |
187 | 206 |
|
188 | 207 | ### Python Dependency Management |
|
0 commit comments