We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be96f6 commit d7e812eCopy full SHA for d7e812e
.github/workflows/vllm_ascend_test.yaml
@@ -146,6 +146,9 @@ jobs:
146
- "vllm_ascend/patch/patch_multi_step_worker.py"
147
148
- name: Run vllm-project/vllm-ascend key feature test
149
+ env:
150
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
151
+ HF_HUB_DISABLE_IMPLICIT_TOKEN: 1
152
if: steps.filter.outputs.speculative_tests_changed
153
run: |
154
pytest -sv tests/spec_decode
0 commit comments