Skip to content

Commit

Permalink
[BugFix] exclude version 1.15.0 for modelscope (vllm-project#5668)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored and jimpang committed Jul 8, 2024
1 parent e35b5f5 commit 3086d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3086d68

Please sign in to comment.