We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b15bde commit f1e72ccCopy full SHA for f1e72cc
Dockerfile
@@ -172,7 +172,7 @@ FROM vllm-base AS vllm-openai
172
173
# install additional dependencies for openai api server
174
RUN --mount=type=cache,target=/root/.cache/pip \
175
- pip install accelerate hf_transfer modelscope
+ pip install accelerate hf_transfer 'modelscope!=1.15.0'
176
177
ENV VLLM_USAGE_SOURCE production-docker-image
178
0 commit comments