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 c5b1955 commit 36b2555Copy full SHA for 36b2555
.github/workflows/e2e-performance.yml
@@ -128,6 +128,8 @@ jobs:
128
dtype: ${{ fromJson(needs.setup.outputs.dtype) }}
129
fail-fast: false
130
uses: ./.github/workflows/e2e-reusable.yml
131
+ secrets:
132
+ HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
133
with:
134
pytorch_ref: ${{ inputs.pytorch_ref }}
135
suite: ${{ matrix.suite }}
0 commit comments