From 1db929de250936335f5860983ce6d2f8eba03ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 08:07:40 +0000 Subject: [PATCH] build(deps): update torch requirement from <=2.5.1 to <=2.7.0 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/v0.1.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-leaderboard.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-leaderboard.txt b/requirements-leaderboard.txt index df2e19d0..1fdf0990 100644 --- a/requirements-leaderboard.txt +++ b/requirements-leaderboard.txt @@ -2,7 +2,7 @@ lm-eval[ifeval,vllm,math,sentencepiece]>=0.4.4 # vLLM 0.8.3 + torch 2.6.0 doesn't work when running vLLM on granite-3.1-8b-instruct vllm<=0.7.3 -torch<=2.5.1 +torch<=2.7.0 # XXX(osilkin): We use StrEnum in leaderboard, but Python3.10 doesn't have it as part of # the standard library, so we have to install it from the older library.