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 fc69eb8 commit a43e8efCopy full SHA for a43e8ef
.github/workflows/benchmark.yml
@@ -55,8 +55,7 @@ jobs:
55
env:
56
HF_TOKEN: ${{ secrets.DIFFUSERS_BOT_TOKEN }}
57
run:
58
- cd benchmarks && cp $BASE_PATH/collated_results.csv .
59
- python push_results.py
+ cd benchmarks && cp $BASE_PATH/collated_results.csv . && python push_results.py
60
61
- name: Test suite reports artifacts
62
if: ${{ always() }}
0 commit comments