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 backend/python/vllm/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accelerate
torch==2.7.0
torch==2.7.1
transformers
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cu118
accelerate
torch==2.7.0+cu118
torch==2.7.1
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accelerate
torch==2.7.0
torch==2.7.1
transformers
bitsandbytes
2 changes: 1 addition & 1 deletion backend/python/vllm/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
intel-extension-for-pytorch==2.7.10+xpu
accelerate
torch==2.7.0+xpu
torch==2.7.1
transformers
optimum[openvino]
setuptools
Expand Down
Loading