Unverified Commit f1e72cc1 authored by zhyncs's avatar zhyncs Committed by GitHub
Browse files

[BugFix] exclude version 1.15.0 for modelscope (#5668)

parent 5b15bde5
......@@ -172,7 +172,7 @@ FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server
RUN --mount=type=cache,target=/root/.cache/pip \
pip install accelerate hf_transfer modelscope
pip install accelerate hf_transfer 'modelscope!=1.15.0'
ENV VLLM_USAGE_SOURCE production-docker-image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment