From 6173b2ad2c76099438df8e19bf651e4955dac80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:31:24 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.6.0 in /RecLM-gen Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 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.1.2...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RecLM-gen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecLM-gen/requirements.txt b/RecLM-gen/requirements.txt index 10c34dd..a92d609 100644 --- a/RecLM-gen/requirements.txt +++ b/RecLM-gen/requirements.txt @@ -9,7 +9,7 @@ peft==0.5.0 python_Levenshtein==0.25.0 Requests~=2.25.1 sanic==23.12.1 -torch==2.1.2 +torch==2.6.0 tqdm==4.66.1 transformers==4.36.2 vllm==0.2.7