From 0bdd96bf55f100876fa86e9748ef3586cb9bc406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:36:29 +0000 Subject: [PATCH] Update torch requirement from >=2.8.0 to >=2.11.0 in /training Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/ciflow/torchtitan/159523...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/requirements.txt b/training/requirements.txt index 66a3a4e5..b077836e 100644 --- a/training/requirements.txt +++ b/training/requirements.txt @@ -1,3 +1,3 @@ -torch>=2.8.0 +torch>=2.11.0 tensorboard OpenImageIO