Skip to content
Closed
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 engines/python/setup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test = [
"yapf",
"pydantic>=2.0",
"objgraph",
"vllm==0.26.0"
"vllm==0.28.0"
]

[project.scripts]
Expand Down
6 changes: 3 additions & 3 deletions serving/docker/lmi-container-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu130
torch==2.11.0
torchvision==0.26.0
torch==2.13.0
torchvision==0.28.0
transformers >= 5.5.3
huggingface-hub
hf-transfer
Expand All @@ -9,7 +9,7 @@ sentence-transformers==5.6.1
optimum==2.2.0
mpi4py==4.1.2
compressed-tensors==0.17.0
https://publish.djl.ai/vllm/vllm-0.26.0-cp312-cp312-linux_x86_64.whl
https://publish.djl.ai/vllm/vllm-0.28.0-cp312-cp312-linux_x86_64.whl
autoawq==0.2.9
lmcache >= 0.3.9
nixl == 1.3.1
Expand Down
Loading