mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
add hf_transfer to requirements.txt (#3031)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user