We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 600d949 + c8a34dc commit 60db2c4Copy full SHA for 60db2c4
AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/pyproject.toml
@@ -10,10 +10,10 @@ readme = "README.MD"
10
requires-python = ">=3.11.11,<3.12"
11
dependencies = [
12
"datasets>=3.3.2",
13
- "intel-extension-for-pytorch==2.5.0",
+ "intel-extension-for-pytorch==2.8.10",
14
"neural-compressor==2.1",
15
- "torch==2.5.0",
16
- "transformers>=4.49.0",
+ "torch==2.8.10",
+ "transformers>=4.51.3",
17
]
18
19
[tool.uv.sources]
0 commit comments