Skip to content

Commit

Permalink
add hf_transfer to requirements.txt (vllm-project#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanKMcGovern authored Mar 13, 2024
1 parent 3b5ee14 commit f4fd567
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 @@ -96,7 +96,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server
RUN --mount=type=cache,target=/root/.cache/pip \
pip install accelerate
pip install accelerate hf_transfer

COPY --from=build /workspace/vllm/*.so /workspace/vllm/
COPY vllm vllm
Expand Down

0 comments on commit f4fd567

Please sign in to comment.