Skip to content

Commit a949368

Browse files
committed
Fix benchmark runner argument name
1 parent 022c882 commit a949368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--commit-id '${{ inputs.commit_sha || github.sha }}' \
7777
--upload-to-hub '${{ inputs.upload_to_hub || false}}' \
7878
--run-id '${{ inputs.run_id }}' \
79-
--benchmark-repo-id '${{ inputs.benchmark_repo_id}}' \
79+
--upload-to-hub '${{ inputs.benchmark_repo_id}}' \
8080
--log-level INFO
8181
env:
8282
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

0 commit comments

Comments
 (0)