From 3fa77896558aea49e9ab433776ae8043671cf594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 04:58:24 +0000 Subject: [PATCH] build(deps): bump torch from 2.4.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.8.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.4.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e06a94a..bb0f870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = "==3.12.11" dependencies = [ "faiss-cpu==1.8.0", "transformers==4.44.2", - "torch==2.4.0", + "torch==2.8.0", "sentencepiece==0.2.0", "tqdm==4.66.5", "numpy==1.26.4", diff --git a/requirements.txt b/requirements.txt index 27bfce3..2e3fedd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ faiss-cpu==1.8.0 transformers==4.44.2 -torch==2.4.0 +torch==2.8.0 sentencepiece==0.2.0 tqdm==4.66.5 numpy==1.26.4