Skip to content

Commit dd8f4cf

Browse files
fix(deps): update dependency torch to v2.11.0
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 94246bf commit dd8f4cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
# User 0.4.4 instead of 0.4.3 to include CVE fix
5252
"llama-stack-api==0.4.4",
5353
"llama-stack-client==0.4.3",
54-
"torch>=2.9.0,<2.10.0",
54+
"torch>=2.11.0,<2.12.0",
5555
"torchvision>=0.24.0,<0.25.0",
5656
"aiosqlite>=0.21.0",
5757
"sqlite-vec>=0.1.6",

requirements.overrides.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ docling-ibm-models==3.10
1818
triton==3.5.0
1919
greenlet==3.3.0
2020
hf-xet==1.2.0
21-
torch==2.9.0
21+
torch==2.11.0
2222
torchvision==0.24.0
2323
pypdfium2==4.30.0

0 commit comments

Comments
 (0)