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 e0ccb60 commit 61dd029Copy full SHA for 61dd029
.github/workflows/benchmark.yml
@@ -49,7 +49,7 @@ jobs:
49
HF_TOKEN: ${{ secrets.DIFFUSERS_BOT_TOKEN }}
50
run: |
51
cd benchmarks && python run_all.py && python push_results.py
52
- mkdir ${BASE_PATH} && mv *.csv ${BASE_PATH}
+ mkdir $BASE_PATH && mv *.csv $BASE_PATH
53
54
- name: Test suite reports artifacts
55
if: ${{ always() }}
0 commit comments