From 5d4f22c68c995619b7c66ef54cd8efc4985ef58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:39:26 +0000 Subject: [PATCH] Bump torch from 1.12.1 to 2.8.0 in /dissecting_factual_predictions Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.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/v1.12.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dissecting_factual_predictions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dissecting_factual_predictions/requirements.txt b/dissecting_factual_predictions/requirements.txt index 39c0ed08218..8d41e631b9b 100644 --- a/dissecting_factual_predictions/requirements.txt +++ b/dissecting_factual_predictions/requirements.txt @@ -1,4 +1,4 @@ -torch==1.12.1 +torch==2.8.0 transformers==4.27.4 datasets numpy