From 1e1377bba8a9cd3c70945b9fcdaef9faffe60d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:09:38 +0000 Subject: [PATCH] Bump torch in /sagemaker-train/tests/data/train/script_mode Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 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.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sagemaker-train/tests/data/train/script_mode/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sagemaker-train/tests/data/train/script_mode/requirements.txt b/sagemaker-train/tests/data/train/script_mode/requirements.txt index f7b8ccf0cc..ada0b275b2 100644 --- a/sagemaker-train/tests/data/train/script_mode/requirements.txt +++ b/sagemaker-train/tests/data/train/script_mode/requirements.txt @@ -1,3 +1,3 @@ numpy -f https://download.pytorch.org/whl/torch_stable.html -torch==2.7.0 +torch==2.8.0