mirror of
https://github.com/vllm-project/vllm.git
synced 2025-11-12 00:54:47 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user