From 2356a3e09b7447d3931eb60e8d4037a287f09d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:24:12 +0000 Subject: [PATCH] Bump torch in /api-server/qna-eval in the pip group across 1 directory Bumps the pip group with 1 update in the /api-server/qna-eval directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.5.1 to 2.6.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.5.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- api-server/qna-eval/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-server/qna-eval/requirements.txt b/api-server/qna-eval/requirements.txt index 7932019a..2b954374 100644 --- a/api-server/qna-eval/requirements.txt +++ b/api-server/qna-eval/requirements.txt @@ -150,7 +150,7 @@ textual==1.0.0 tiktoken==0.7.0 tinycss2==1.4.0 tokenizers==0.21.0 -torch==2.5.1 +torch==2.6.0 torchvision==0.20.1 tornado==6.4.2 tqdm==4.67.1