Skip to content

Commit 25b6d2b

Browse files
authored
[E2E] Fix HUGGING_FACE_HUB_TOKEN usage for e2e perf (#5461)
Continuation of #5399. Enabling the same for the e2e performance workflows. Passing CI: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/19277885211
1 parent feb755c commit 25b6d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-performance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
dtype: ${{ fromJson(needs.setup.outputs.dtype) }}
129129
fail-fast: false
130130
uses: ./.github/workflows/e2e-reusable.yml
131+
secrets:
132+
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
131133
with:
132134
pytorch_ref: ${{ inputs.pytorch_ref }}
133135
suite: ${{ matrix.suite }}

0 commit comments

Comments
 (0)