From a3c68bbe015c9ad715485652d8215d3c460c98c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:34:28 +0000 Subject: [PATCH] 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](https://github.com/pytorch/pytorch/compare/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] --- sdks/python/container/ml/py312/base_image_requirements.txt | 2 +- sdks/python/container/ml/py312/gpu_image_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/container/ml/py312/base_image_requirements.txt b/sdks/python/container/ml/py312/base_image_requirements.txt index c72558f8acd9..ebab1e675c70 100644 --- a/sdks/python/container/ml/py312/base_image_requirements.txt +++ b/sdks/python/container/ml/py312/base_image_requirements.txt @@ -209,7 +209,7 @@ termcolor==3.3.0 testcontainers==4.14.2 threadpoolctl==3.6.0 tokenizers==0.21.4 -torch==2.8.0+cpu +torch==2.8.0 tqdm==4.67.3 transformers==4.55.4 typing-inspection==0.4.2 diff --git a/sdks/python/container/ml/py312/gpu_image_requirements.txt b/sdks/python/container/ml/py312/gpu_image_requirements.txt index 632ba689e3ee..eb4c6d6577c1 100644 --- a/sdks/python/container/ml/py312/gpu_image_requirements.txt +++ b/sdks/python/container/ml/py312/gpu_image_requirements.txt @@ -284,7 +284,7 @@ testcontainers==4.14.1 threadpoolctl==3.6.0 tiktoken==0.12.0 tokenizers==0.21.4 -torch==2.7.1 +torch==2.8.0 torchaudio==2.7.1 torchvision==0.22.1 tqdm==4.67.3