Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
aea6ad62
Unverified
Commit
aea6ad62
authored
Nov 08, 2024
by
Michael Goin
Committed by
GitHub
Nov 08, 2024
Browse files
Add hf_transfer to testing image (#10096)
parent
da07a9ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Dockerfile
Dockerfile
+5
-0
No files found.
Dockerfile
View file @
aea6ad62
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment