mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
chore(deps): bump torch in /backend/python/diffusers in the pip group
Bumps the pip group in /backend/python/diffusers with 1 update: torch. Updates `torch` from 2.3.1+cxx11.abi to 2.6.0+cu118 --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0+cu118 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f8fbfd4fa3
commit
522af69da3
5 changed files with 5 additions and 5 deletions
|
@ -5,5 +5,5 @@ accelerate
|
||||||
compel
|
compel
|
||||||
peft
|
peft
|
||||||
sentencepiece
|
sentencepiece
|
||||||
torch==2.4.1
|
torch==2.6.0+cu118
|
||||||
optimum-quanto
|
optimum-quanto
|
|
@ -1,5 +1,5 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
torch==2.4.1+cu118
|
torch==2.6.0+cu118
|
||||||
diffusers
|
diffusers
|
||||||
opencv-python
|
opencv-python
|
||||||
transformers
|
transformers
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
torch==2.4.1
|
torch==2.6.0+cu118
|
||||||
diffusers
|
diffusers
|
||||||
opencv-python
|
opencv-python
|
||||||
transformers
|
transformers
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
torch==2.3.1+rocm6.0
|
torch==2.6.0+cu118
|
||||||
torchvision==0.18.1+rocm6.0
|
torchvision==0.18.1+rocm6.0
|
||||||
diffusers
|
diffusers
|
||||||
opencv-python
|
opencv-python
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--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.3.110+xpu
|
||||||
torch==2.3.1+cxx11.abi
|
torch==2.6.0+cu118
|
||||||
torchvision==0.18.1+cxx11.abi
|
torchvision==0.18.1+cxx11.abi
|
||||||
oneccl_bind_pt==2.3.100+xpu
|
oneccl_bind_pt==2.3.100+xpu
|
||||||
optimum[openvino]
|
optimum[openvino]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue