We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1708df5 commit 374f322Copy full SHA for 374f322
.github/workflows/vllm_ascend_test_pd.yaml
@@ -100,8 +100,8 @@ jobs:
100
run: |
101
pip install -r requirements-dev.txt
102
pip install -v -e .
103
- # only run test on spec decode when the related code changed
104
- - name: Check for changes in Speculative Decode
+ # only run test on PD Disaggregation when the related code changed
+ - name: Check for changes in PD Disaggregation
105
if: github.event_name != 'schedule'
106
id: filter_pd
107
uses: dorny/paths-filter@v3
0 commit comments