Skip to content

Commit 2598124

Browse files
authored
[Image] Correcting the vllm tag of the openeuler image on the A2 device. (#4745)
### What this PR does / why we need it? Corrected the vllm tag, which should have been in v0.11.0 Signed-off-by: wangli <[email protected]>
1 parent 350999c commit 2598124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openEuler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN yum update -y && \
4949

5050
# Install vLLM
5151
ARG VLLM_REPO=https://github.com/vllm-project/vllm.git
52-
ARG VLLM_TAG=v0.11.2
52+
ARG VLLM_TAG=v0.11.0
5353
RUN git clone --depth 1 $VLLM_REPO --branch $VLLM_TAG /vllm-workspace/vllm
5454
# In x86, triton will be installed by vllm. But in Ascend, triton doesn't work correctly. we need to uninstall it.
5555
RUN VLLM_TARGET_DEVICE="empty" python3 -m pip install -e /vllm-workspace/vllm/[audio] --extra-index https://download.pytorch.org/whl/cpu/ && \

0 commit comments

Comments
 (0)