From 78530c0667ad027d7ce9f9efb21037b2c5f609bb Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Wed, 26 Feb 2025 15:35:03 +0800 Subject: [PATCH] [CI/Build] add HF_TOKEN for model downloading (#173) ### What this PR does / why we need it? Add `HF_TOKEN` for downloading models that requires access rights from huggingface hub. This will fix the CI error in #123 and #76 Signed-off-by: MengqingCao --- .github/workflows/vllm_ascend_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index abff533..83832e0 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -119,5 +119,7 @@ jobs: pytest -sv tests - name: Run vllm-project/vllm test + env: + HF_TOKEN: {{ secrets.HF_TOKEN }} run: | pytest -sv