Skip to content

Commit c585ca1

Browse files
Potabkwangxiaoxin (A)
authored andcommitted
[CI][Bugfix] Upgrade escli to v0.2.1 to fix benchmark deps (vllm-project#1055)
Update escli-tool to v.0.2.1 to fix deps bug No CI passed Signed-off-by: wangli <[email protected]> Signed-off-by: wangxiaoxin (A) <[email protected]>
1 parent e0ba666 commit c585ca1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,8 @@ jobs:
8989
9090
- name: Checkout vllm-project/vllm-ascend repo
9191
uses: actions/checkout@v4
92-
<<<<<<< HEAD
9392
with:
9493
fetch-depth: 0
95-
=======
96-
>>>>>>> fd6d021 ([CI][Benchmark] Optimize performance benchmark workflow (#1039))
9794

9895
- name: Checkout vllm-project/vllm repo
9996
uses: actions/checkout@v4
@@ -139,11 +136,7 @@ jobs:
139136
- name: Install elastic_tool
140137
if: github.event_name == 'schedule'
141138
run: |
142-
<<<<<<< HEAD
143139
pip install escli-tool==0.2.1
144-
=======
145-
pip install escli-tool==0.2.0
146-
>>>>>>> fd6d021 ([CI][Benchmark] Optimize performance benchmark workflow (#1039))
147140
148141
- name: Collect pr info from vllm-project/vllm-ascend
149142
if: github.event_name == 'schedule'
@@ -183,4 +176,4 @@ jobs:
183176
--res_dir ./benchmarks/results
184177
rm -rf ./benchmarks/results
185178
fi
186-
done < commit_log.txt
179+
done < commit_log.txt

0 commit comments

Comments
 (0)