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 d753de0 commit 8b857b9Copy full SHA for 8b857b9
.github/workflows/nightly_benchmarks.yaml
@@ -141,17 +141,10 @@ jobs:
141
retention-days: 90
142
overwrite: true
143
144
- - name: Checkout cosdt/elastic-tool
145
- uses: actions/checkout@v4
146
- with:
147
- repository: cosdt/elastic-tool
148
- path: ./elastic_tool
149
- ref: 0.1.0-dev
150
-
151
- name: Install elastic_tool
152
working-directory: ./elastic_tool
153
run: |
154
- pip install -e .
+ pip install escli-tool==0.2.0
155
156
- name: Collect pr info from vllm-project/vllm-ascend
157
if: github.event_name == 'schedule'
0 commit comments