Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docker/vllm/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ frozenlist==1.5.0
fsspec==2024.12.0
hf_transfer==0.1.9
huggingface-hub==0.30.1
idna==3.10
idna==3.15
multidict==6.3.2
multiprocess==0.70.16
numpy==2.1.0
Expand Down
6 changes: 3 additions & 3 deletions src/docker/vllm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ huggingface-hub==0.30.1 \
# datasets
# tokenizers
# transformers
idna==3.10 \
--hash=sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9 \
--hash=sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
idna==3.15 \
--hash=sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8 \
--hash=sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc
# via
# -r requirements.in
# requests
Expand Down