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.
2 parents 2409c38 + 3de5f93 commit 6dfd8ffCopy full SHA for 6dfd8ff
.github/workflows/e2e-accuracy.yml
@@ -125,6 +125,8 @@ jobs:
125
dtype: ${{ fromJson(needs.setup.outputs.dtype) }}
126
fail-fast: false
127
uses: ./.github/workflows/e2e-reusable.yml
128
+ secrets:
129
+ HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
130
with:
131
pytorch_ref: ${{ inputs.pytorch_ref || '' }}
132
suite: ${{ matrix.suite }}
.github/workflows/e2e-reusable.yml
@@ -2,6 +2,9 @@ name: E2E reusable workflow
2
3
on:
4
workflow_call:
5
6
+ HUGGING_FACE_HUB_TOKEN:
7
+ required: true
8
inputs:
9
pytorch_ref:
10
description: PyTorch ref, keep empty for default
0 commit comments