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

This commit is contained in:
zhyncs 2024-06-22 03:15:48 +08:00 committed by GitHub
parent 5b15bde539
commit f1e72cc19a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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