From db0a38f618d90b69aadc0b5e6d1424a9cc5946cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:36:02 +0000 Subject: [PATCH] Bump torch from 2.3.1 to 2.8.0 in /benchmarks/exhaustive-memory Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.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.3.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/exhaustive-memory/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/exhaustive-memory/requirements.txt b/benchmarks/exhaustive-memory/requirements.txt index e92cd199..4e0d2eb7 100644 --- a/benchmarks/exhaustive-memory/requirements.txt +++ b/benchmarks/exhaustive-memory/requirements.txt @@ -103,7 +103,7 @@ sympy==1.13.1 tenacity==8.5.0 threadpoolctl==3.5.0 tokenizers==0.19.1 -torch==2.3.1 +torch==2.8.0 tqdm==4.66.4 transformers==4.43.1 typer==0.12.3