Skip to content

Commit 374f322

Browse files
committed
tiny fix
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 1708df5 commit 374f322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vllm_ascend_test_pd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
run: |
101101
pip install -r requirements-dev.txt
102102
pip install -v -e .
103-
# only run test on spec decode when the related code changed
104-
- name: Check for changes in Speculative Decode
103+
# only run test on PD Disaggregation when the related code changed
104+
- name: Check for changes in PD Disaggregation
105105
if: github.event_name != 'schedule'
106106
id: filter_pd
107107
uses: dorny/paths-filter@v3

0 commit comments

Comments
 (0)