Skip to content

Commit 60db2c4

Browse files
authored
Merge pull request #2690 from oneapi-src/e-zorina/pytorch-deps-update
Update PyTorch, IPEX and transformers versions
2 parents 600d949 + c8a34dc commit 60db2c4

File tree

1 file changed

+3
-3
lines changed
  • AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch

1 file changed

+3
-3
lines changed

AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ readme = "README.MD"
1010
requires-python = ">=3.11.11,<3.12"
1111
dependencies = [
1212
"datasets>=3.3.2",
13-
"intel-extension-for-pytorch==2.5.0",
13+
"intel-extension-for-pytorch==2.8.10",
1414
"neural-compressor==2.1",
15-
"torch==2.5.0",
16-
"transformers>=4.49.0",
15+
"torch==2.8.10",
16+
"transformers>=4.51.3",
1717
]
1818

1919
[tool.uv.sources]

0 commit comments

Comments
 (0)