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 022c882 commit a949368Copy full SHA for a949368
.github/workflows/benchmark_v2.yml
@@ -76,7 +76,7 @@ jobs:
76
--commit-id '${{ inputs.commit_sha || github.sha }}' \
77
--upload-to-hub '${{ inputs.upload_to_hub || false}}' \
78
--run-id '${{ inputs.run_id }}' \
79
- --benchmark-repo-id '${{ inputs.benchmark_repo_id}}' \
+ --upload-to-hub '${{ inputs.benchmark_repo_id}}' \
80
--log-level INFO
81
env:
82
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
0 commit comments