mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 11:42:24 +08:00
Add hf_transfer to testing image (#10096)
This commit is contained in:
parent
da07a9ead7
commit
aea6ad629f
@ -191,6 +191,11 @@ ADD . /vllm-workspace/
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
python3 -m pip install -r requirements-dev.txt
|
||||
|
||||
# enable fast downloads from hf (for testing)
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
python3 -m pip install hf_transfer
|
||||
ENV HF_HUB_ENABLE_HF_TRANSFER 1
|
||||
|
||||
# Copy in the v1 package for testing (it isn't distributed yet)
|
||||
COPY vllm/v1 /usr/local/lib/python3.12/dist-packages/vllm/v1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user