Skip to content

Commit d7e812e

Browse files
committed
[CI] add hf-token for llama model download
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 0be96f6 commit d7e812e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
- "vllm_ascend/patch/patch_multi_step_worker.py"
147147
148148
- name: Run vllm-project/vllm-ascend key feature test
149+
env:
150+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
151+
HF_HUB_DISABLE_IMPLICIT_TOKEN: 1
149152
if: steps.filter.outputs.speculative_tests_changed
150153
run: |
151154
pytest -sv tests/spec_decode

0 commit comments

Comments
 (0)