Skip to content

Commit d199c22

Browse files
MengqingCaoYikun
authored andcommitted
keep image build workflow same with main
Signed-off-by: MengqingCao <[email protected]>
1 parent 8386f25 commit d199c22

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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 }}

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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":

0 commit comments

Comments
 (0)