Pin modelscope<1.23.0 on vLLM v0.7.3 (#272)

### What this PR does / why we need it?
Pin modelscope<1.23.0 on vLLM v0.7.3 to resolve:
https://github.com/vllm-project/vllm/pull/13807

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-03-09 15:59:42 +08:00
committed by GitHub
parent be58d5f3d8
commit 268da28961

View File

@@ -46,6 +46,7 @@ RUN python3 -m pip install /workspace/vllm-ascend/ --extra-index https://downloa
RUN bash /workspace/vllm-ascend/pta_install.sh
# Install modelscope (for fast download) and ray (for multinode)
RUN python3 -m pip install modelscope ray
# TODO(yikun): Remove "<1.23.0" after v0.7.4 which resloved by https://github.com/vllm-project/vllm/pull/13807
RUN python3 -m pip install "modelscope<1.23.0" ray
CMD ["/bin/bash"]