mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-11 19:51:43 +00:00
chore(deps): bump pytorch to 2.7 in vllm (#5576)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
a226555949
commit
8b889955b4
@ -1,3 +1,3 @@
|
||||
accelerate
|
||||
torch==2.4.1
|
||||
torch==2.7.0
|
||||
transformers
|
@ -1,5 +1,5 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||
accelerate
|
||||
torch==2.4.1+cu118
|
||||
torch==2.7.0+cu118
|
||||
transformers
|
||||
bitsandbytes
|
@ -1,4 +1,4 @@
|
||||
accelerate
|
||||
torch==2.4.1
|
||||
torch==2.7.0
|
||||
transformers
|
||||
bitsandbytes
|
@ -1,5 +1,5 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||
accelerate
|
||||
torch==2.4.1+rocm6.0
|
||||
torch==2.7.0+rocm6.3
|
||||
transformers
|
||||
bitsandbytes
|
@ -1,9 +1,10 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/xpu
|
||||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||
intel-extension-for-pytorch==2.3.110+xpu
|
||||
intel-extension-for-pytorch==2.7.10+xpu
|
||||
accelerate
|
||||
torch==2.3.1+cxx11.abi
|
||||
torch==2.7.0+xpu
|
||||
transformers
|
||||
optimum[openvino]
|
||||
setuptools
|
||||
bitsandbytes
|
||||
oneccl_bind_pt==2.3.100+xpu
|
||||
oneccl_bind_pt==2.7.0+xpu
|
Reference in New Issue
Block a user