add hf_transfer to requirements.txt (#3031)

This commit is contained in:
Ronan McGovern
2024-03-12 23:33:43 -07:00
committed by GitHub
parent b167109ba1
commit e221910e77
+1 -1
View File
@@ -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