mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-12 20:18:11 +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
|
accelerate
|
||||||
torch==2.4.1
|
torch==2.7.0
|
||||||
transformers
|
transformers
|
@ -1,5 +1,5 @@
|
|||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
accelerate
|
accelerate
|
||||||
torch==2.4.1+cu118
|
torch==2.7.0+cu118
|
||||||
transformers
|
transformers
|
||||||
bitsandbytes
|
bitsandbytes
|
@ -1,4 +1,4 @@
|
|||||||
accelerate
|
accelerate
|
||||||
torch==2.4.1
|
torch==2.7.0
|
||||||
transformers
|
transformers
|
||||||
bitsandbytes
|
bitsandbytes
|
@ -1,5 +1,5 @@
|
|||||||
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
accelerate
|
accelerate
|
||||||
torch==2.4.1+rocm6.0
|
torch==2.7.0+rocm6.3
|
||||||
transformers
|
transformers
|
||||||
bitsandbytes
|
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/
|
--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
|
accelerate
|
||||||
torch==2.3.1+cxx11.abi
|
torch==2.7.0+xpu
|
||||||
transformers
|
transformers
|
||||||
optimum[openvino]
|
optimum[openvino]
|
||||||
setuptools
|
setuptools
|
||||||
bitsandbytes
|
bitsandbytes
|
||||||
oneccl_bind_pt==2.3.100+xpu
|
oneccl_bind_pt==2.7.0+xpu
|
Reference in New Issue
Block a user