From 12eb695dcde305a2f58f28b0d80652d074047b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:13:44 +0000 Subject: [PATCH] Bump torch from 2.1.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.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.1.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_base.txt b/requirements_base.txt index 1c72db4..0e1dada 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,4 +1,4 @@ -torch==2.1.0 +torch==2.8.0 torchvision==0.16.0 accelerate==1.12.0 av # if there is a error when you install av, try to use "av" instead of "av==11.0.0"