Skip to content

Commit 6c4f2ff

Browse files
Update pytorch > 2.6.0 (microsoft#25174)
Update pytorch to address https://nvd.nist.gov/vuln/detail/CVE-2025-32434
1 parent 8aad8f9 commit 6c4f2ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onnxruntime/python/tools/transformers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ sentencepiece
1111
pillow
1212

1313
# please follow https://pytorch.org/ to install PyTorch for your OS
14-
torch >= 1.13.1
14+
torch >= 2.6.0

tools/ci_build/requirements/transformers-test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging
44
protobuf==4.21.12
55
numpy==1.21.6 ; python_version < '3.9'
66
numpy==2.0.0 ; python_version >= '3.9'
7-
torch
7+
torch>=2.6.0
88
coloredlogs==15.0
99
transformers==4.48.0
1010
parameterized>=0.8.1

0 commit comments

Comments
 (0)