File tree Expand file tree Collapse file tree 2 files changed +79
-0
lines changed
Expand file tree Collapse file tree 2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change 1+ export :
2+ - nemo_export/**/*
3+ - scripts/export/**/*
4+ - tests/functional_tests/tests_trtllm/test_export.py
5+ - tests/functional_tests/tests_onnx_trt/test_export.py
6+ - tests/unit_tests/export/**/*
7+ - docs/llm/**/*gen*ckpt.md
8+ - docs/mm/**/*gen*ckpt.md
9+
10+ deploy :
11+ - nemo_deploy/**/*
12+ - scripts/deploy/**/*
13+ - tests/functional_tests/tests_trtllm/test_deploy*.py
14+ - tests/unit_tests/deploy/**/*
15+ - docs/llm/**/in-framework*.md
16+ - docs/mm/**/in-framework*.md
17+
18+ multimodal :
19+ - nemo_export/multimodal/**/*
20+ - nemo_deploy/multimodal/**/*
21+ - scripts/deploy/multimodal/**/*
22+ - docs/mm/**/*
23+
24+ LLM :
25+ - nemo_deploy/llm/**/*
26+ - scripts/deploy/nlp/**/*
27+ - docs/llm/**/*
28+
29+ common :
30+ - nemo_export_deploy_common/**/*
31+
32+ TensorRT-LLM :
33+ - nemo_export/trt_llm/**/*
34+ - nemo_export/tensorrt_llm*.py
35+ - tests/functional_tests/tests_trtllm/**/*
36+ - scripts/export/export_to_trt_llm.py
37+ - docs/llm/**/optimized/**/*
38+ - docs/mm/**/optimized/**/*
39+
40+ vLLM :
41+ - nemo_export/vllm_exporter.py
42+ - tests/functional_tests/tests_vllm/**/*
43+
44+ ONNX :
45+ - nemo_export/onnx_llm_exporter.py
46+ - tests/functional_tests/tests_onnx_trt/**/*
47+ - tutorials/onnx_tensorrt/**/*
48+
49+ documentation :
50+ - docs/**/*
51+ - README.md
52+ - tutorials/**/*
53+
54+ tests :
55+ - tests/**/*
56+
57+ scripts :
58+ - scripts/**/*
59+
60+ CI :
61+ - .github/**/*
62+ - Dockerfile*
63+ - docker/**/*
64+
Original file line number Diff line number Diff line change 1+ name : " Pull Request Labeler"
2+ on :
3+ - pull_request_target
4+
5+ jobs :
6+ triage :
7+ permissions :
8+ contents : read
9+ pull-requests : write
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/labeler@v4
13+ with :
14+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
15+
You can’t perform that action at this time.
0 commit comments