We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fb09e commit 0dfca2cCopy full SHA for 0dfca2c
1 file changed
.github/workflows/trigger_ci.yml
@@ -52,12 +52,14 @@ jobs:
52
- 'examples/python_rs/llm/**'
53
- 'container/deps/requirements.vllm.txt'
54
- 'container/deps/vllm/**'
55
+ - 'tests/serve/test_vllm.py'
56
trtllm:
57
- 'container/Dockerfile.tensorrt_llm'
- - 'examples/tensorrt_llm/**'
58
+ - 'components/backends/trtllm/**'
59
- 'container/build.sh'
60
- 'container/build_trtllm_wheel.sh'
61
- 'container/deps/**'
62
+ - 'tests/serve/test_trtllm.py'
63
sdk:
64
- 'deploy/**'
65
- name: Check if Validation Workflow has run
0 commit comments