[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 <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-02-26 15:35:03 +08:00
committed by GitHub
parent 7776f2e6a4
commit 78530c0667

View File

@@ -119,5 +119,7 @@ jobs:
pytest -sv tests
- name: Run vllm-project/vllm test
env:
HF_TOKEN: {{ secrets.HF_TOKEN }}
run: |
pytest -sv