From 60049dcdb2434e57df6cdcd02baf492bd786ea89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:52:40 +0000 Subject: [PATCH] chore(deps): bump torch from 2.3.0 to 2.4.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.0 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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c188d6e..3c5eb5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ convert = [ "accelerate==0.30.1", "numpy==1.26.4", "sentencepiece==0.2.0", - "torch==2.3.0", + "torch==2.4.0", "torchaudio==2.3.0", "torchvision==0.18.0", "transformers==4.41.2"