File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4545 name : vLLM Ascend test v0.7.3-dev
4646 runs-on : linux-arm64-npu-1
4747 container :
48- image : quay.io/ascend/cann:8.0.0 -910b-ubuntu22.04-py3.10
48+ image : quay.io/ascend/cann:8.1.rc1.beta1 -910b-ubuntu22.04-py3.10
4949 env :
5050 HF_ENDPOINT : https://hf-mirror.com
5151 HF_TOKEN : ${{ secrets.HF_TOKEN }}
Original file line number Diff line number Diff line change @@ -368,9 +368,7 @@ def _read_requirements(filename: str) -> List[str]:
368368 install_requires = get_requirements (),
369369 ext_modules = ext_modules ,
370370 cmdclass = cmdclass ,
371- extras_require = {
372- "mindie_turbo" : ["mindie-turbo" ]
373- },
371+ extras_require = {"mindie_turbo" : ["mindie-turbo" ]},
374372 entry_points = {
375373 "vllm.platform_plugins" : ["ascend = vllm_ascend:register" ],
376374 "vllm.general_plugins" :
You can’t perform that action at this time.
0 commit comments