mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-12 09:47:12 +08:00
add hf_transfer to requirements.txt (#3031)
This commit is contained in:
parent
b167109ba1
commit
e221910e77
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user