[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:
2
.github/workflows/vllm_ascend_test.yaml
vendored
2
.github/workflows/vllm_ascend_test.yaml
vendored
@@ -119,5 +119,7 @@ jobs:
|
||||
pytest -sv tests
|
||||
|
||||
- name: Run vllm-project/vllm test
|
||||
env:
|
||||
HF_TOKEN: {{ secrets.HF_TOKEN }}
|
||||
run: |
|
||||
pytest -sv
|
||||
|
||||
Reference in New Issue
Block a user