From 2042e60e2a0b004ccadbf50c4e78c7588fed57d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 00:03:41 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.4.0 in /RecLM-gen Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.4.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.4.0) --- updated-dependencies: - dependency-name: torch 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..9a361a2 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.4.0 tqdm==4.66.1 transformers==4.36.2 vllm==0.2.7