Skip to content

Commit bc81a0d

Browse files
Bump torch from 2.7.1 to 2.8.0 in /sdks/python/container/ml/py312
Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c166bbe commit bc81a0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/container/ml/py312/base_image_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ termcolor==3.3.0
209209
testcontainers==4.14.2
210210
threadpoolctl==3.6.0
211211
tokenizers==0.21.4
212-
torch==2.8.0+cpu
212+
torch==2.8.0
213213
tqdm==4.67.3
214214
transformers==4.55.4
215215
typing-inspection==0.4.2

sdks/python/container/ml/py312/gpu_image_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ testcontainers==4.14.1
284284
threadpoolctl==3.6.0
285285
tiktoken==0.12.0
286286
tokenizers==0.21.4
287-
torch==2.7.1
287+
torch==2.8.0
288288
torchaudio==2.7.1
289289
torchvision==0.22.1
290290
tqdm==4.67.3

0 commit comments

Comments
 (0)