Skip to content

Commit fab4b41

Browse files
Add HF_TOKEN for GPU tests in CICD (#396)
Signed-off-by: Keval Morabia <[email protected]>
1 parent 0d51156 commit fab4b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
env:
6868
GIT_DEPTH: 1000 # For correct version for tests/gpu/torch/quantization/plugins/test_megatron.py
6969
PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages
70+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
7071
steps: &gpu_steps
7172
- uses: actions/checkout@v4
7273
- uses: nv-gha-runners/setup-proxy-cache@main

0 commit comments

Comments
 (0)