File tree Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 8787 run : |
8888 pip install -r requirements-dev.txt
8989
90- - name : Checkout vllm-project/vllm repo
91- uses : actions/checkout@v4
92- with :
93- repository : vllm-project/vllm
94- path : ./vllm-empty
95-
96- - name : Install vllm-project/vllm from source
97- working-directory : ./vllm-empty
90+ - name : Install vllm-project/vllm from pypi
9891 run : |
99- VLLM_TARGET_DEVICE=empty pip install -e .
92+ pip install vllm==0.7.3
10093
10194 - name : Install vllm-project/vllm-ascend
10295 run : |
Original file line number Diff line number Diff line change 7070 'vllm_ascend_version' : 'main' ,
7171 # the newest release version of vllm-ascend and matched vLLM, used in pip install.
7272 # This value should be updated when cut down release.
73- 'pip_vllm_ascend_version' : "v0.7.1rc1 " ,
74- 'pip_vllm_version' : "v0.7.1 " ,
73+ 'pip_vllm_ascend_version' : "v0.7.3rc1 " ,
74+ 'pip_vllm_version' : "v0.7.3 " ,
7575}
7676
7777# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -117,13 +117,6 @@ You can install `vllm` and `vllm-ascend` from **pre-built wheel**:
117117``` {code-block} bash
118118 :substitutions:
119119
120- # Install vllm from source, since `pip install vllm` doesn't work on CPU currently.
121- # It'll be fixed in the next vllm release, e.g. v0.7.3.
122- git clone --branch |pip_vllm_version| https://github.com/vllm-project/vllm
123-
124- cd vllm
125- VLLM_TARGET_DEVICE=empty pip install . --extra-index https://download.pytorch.org/whl/cpu/
126-
127120# Install vllm-ascend from pypi.
128121pip install vllm-ascend==|pip_vllm_ascend_version| --extra-index https://download.pytorch.org/whl/cpu/
129122
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ requires = [
66 " decorator" ,
77 " pyyaml" ,
88 " scipy" ,
9- " torch-npu >= 2.5.1rc1 "
9+ " vllm==0.7.3 " ,
1010]
1111build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 33scipy
44setuptools
55setuptools-scm
6+ vllm == 0.7.3
You can’t perform that action at this time.
0 commit comments