File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 89
89
90
90
- name : Checkout vllm-project/vllm-ascend repo
91
91
uses : actions/checkout@v4
92
- <<<<<<< HEAD
93
92
with :
94
93
fetch-depth : 0
95
- =======
96
- >>>>>>> fd6d021 ([CI][Benchmark] Optimize performance benchmark workflow (#1039))
97
94
98
95
- name : Checkout vllm-project/vllm repo
99
96
uses : actions/checkout@v4
@@ -139,11 +136,7 @@ jobs:
139
136
- name : Install elastic_tool
140
137
if : github.event_name == 'schedule'
141
138
run : |
142
- <<<<<<< HEAD
143
139
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))
147
140
148
141
- name : Collect pr info from vllm-project/vllm-ascend
149
142
if : github.event_name == 'schedule'
@@ -183,4 +176,4 @@ jobs:
183
176
--res_dir ./benchmarks/results
184
177
rm -rf ./benchmarks/results
185
178
fi
186
- done < commit_log.txt
179
+ done < commit_log.txt
You can’t perform that action at this time.
0 commit comments