Skip to content

Commit 8b63443

Browse files
committed
updated pyproject.toml
1 parent 2b3fe3c commit 8b63443

File tree

3 files changed

+9
-9
lines changed
  • AI-and-Analytics

3 files changed

+9
-9
lines changed

AI-and-Analytics/Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"deepspeed==0.15.4",
1313
"intel-extension-for-pytorch==2.8.0",
1414
"matplotlib>=3.10.1",
15-
"neural-compressor==3.1.1",
15+
"neural-compressor==3.4",
1616
"numpy==1.26.4",
1717
"oneccl-bind-pt==2.5.0",
1818
"requests>=2.32.3",

AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ dependencies = [
1212
"accelerate==0.29.3",
1313
"datasets==2.9.0",
1414
"deepspeed==0.15.4",
15-
"intel-extension-for-pytorch==2.5.0",
16-
"intel-extension-for-transformers==1.4.1",
17-
"neural-compressor==2.6",
15+
"intel-extension-for-pytorch==2.8.0",
16+
"intel-extension-for-transformers==1.4.2",
17+
"neural-compressor==3.4",
1818
"neural-speed==1.0",
1919
"numpy==1.26.4",
2020
"onnxruntime==1.19.2",
2121
"peft==0.10.0",
2222
"sentencepiece>=0.2.0",
2323
"setuptools>=75.8.2",
24-
"torch==2.5.0",
25-
"torchaudio==2.5.0",
26-
"torchvision==0.20.0",
24+
"torch==2.8.0",
25+
"torchaudio==2.8.0",
26+
"torchvision==0.20.1",
2727
"transformers==4.53.0",
2828
]
2929

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ requires-python = ">=3.11.11,<3.12"
1111
dependencies = [
1212
"datasets>=3.3.2",
1313
"intel-extension-for-pytorch==2.8.0",
14-
"neural-compressor>=3.4",
14+
"neural-compressor==3.4",
1515
"torch==2.8.0",
16-
"transformers>=4.51.3",
16+
"transformers==4.51.3",
1717
]
1818

1919
[tool.uv.sources]

0 commit comments

Comments
 (0)