Skip to content

Commit bce83cb

Browse files
Bump torch from 2.5.0 to 2.8.0 in /AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16 (#2688)
* Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.0 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.5.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml * Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.0 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.5.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml * updated pyproject.toml * updated pyproject.toml * updated pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ekaterina Zorina <[email protected]>
1 parent 60db2c4 commit bce83cb

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ readme = "README.md"
1010
requires-python = ">=3.11,<3.12"
1111
dependencies = [
1212
"deepspeed==0.15.4",
13-
"intel-extension-for-pytorch==2.5.10",
13+
"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",
19-
"torch==2.5.1",
19+
"torch==2.8.0",
2020
"torchaudio==2.5.1",
2121
"torchvision==0.20.1",
2222
"tqdm>=4.67.1",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.11,<3.12"
1111
dependencies = [
1212
"deepspeed==0.15.4",
13-
"intel-extension-for-pytorch==2.5.0",
13+
"intel-extension-for-pytorch==2.8.0",
1414
"ipykernel>=6.29.5",
1515
"ipywidgets>=8.1.5",
1616
"jupyter>=1.1.1",
@@ -20,8 +20,8 @@ dependencies = [
2020
"onnxruntime==1.19.2",
2121
"py-cpuinfo>=9.0.0",
2222
"setuptools>=75.8.2",
23-
"torch==2.5.0",
24-
"torchaudio==2.5.0",
23+
"torch==2.8.0",
24+
"torchaudio==2.8.0",
2525
"torchvision>=0.20.0",
2626
"transformers>=4.49.0",
2727
]

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: 4 additions & 4 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.8.10",
14-
"neural-compressor==2.1",
15-
"torch==2.8.10",
16-
"transformers>=4.51.3",
13+
"intel-extension-for-pytorch==2.8.0",
14+
"neural-compressor==3.4",
15+
"torch==2.8.0",
16+
"transformers==4.51.3",
1717
]
1818

1919
[tool.uv.sources]

0 commit comments

Comments
 (0)