Skip to content

Commit a211ce8

Browse files
Potabkwangxiaoxin (A)
authored andcommitted
[CI][Bugfix] Upgrade escli to v0.2.1 to fix benchmark deps (vllm-project#1055)
### What this PR does / why we need it? Update escli-tool to v.0.2.1 to fix deps bug ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: wangli <858794774@qq.com> Signed-off-by: wangxiaoxin (A) <w00664509@china.huawei.com>
1 parent fd6d021 commit a211ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install elastic_tool
136136
if: github.event_name == 'schedule'
137137
run: |
138-
pip install escli-tool==0.2.0
138+
pip install escli-tool==0.2.1
139139
140140
- name: Collect pr info from vllm-project/vllm-ascend
141141
if: github.event_name == 'schedule'

0 commit comments

Comments
 (0)