Unverified Commit e221910e authored by Ronan McGovern's avatar Ronan McGovern Committed by GitHub
Browse files

add hf_transfer to requirements.txt (#3031)

parent b167109b
...@@ -96,7 +96,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ ...@@ -96,7 +96,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
FROM vllm-base AS vllm-openai FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server # install additional dependencies for openai api server
RUN --mount=type=cache,target=/root/.cache/pip \ 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 --from=build /workspace/vllm/*.so /workspace/vllm/
COPY vllm vllm COPY vllm vllm
......
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