From 45d467000bb4dbc6b1e35d98bef4c6e7e9409eb9 Mon Sep 17 00:00:00 2001 From: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:55:09 +0530 Subject: [PATCH] Add HF_TOKEN for GPU tests in CICD Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> --- .github/workflows/gpu_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gpu_tests.yml b/.github/workflows/gpu_tests.yml index 402191dc8..616184959 100644 --- a/.github/workflows/gpu_tests.yml +++ b/.github/workflows/gpu_tests.yml @@ -67,6 +67,7 @@ jobs: env: GIT_DEPTH: 1000 # For correct version for tests/gpu/torch/quantization/plugins/test_megatron.py PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages + HF_TOKEN: ${{ secrets.HF_TOKEN }} steps: &gpu_steps - uses: actions/checkout@v4 - uses: nv-gha-runners/setup-proxy-cache@main