From 71be64a820be4c002c7df412e5b339ba8e0a7356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:59:28 +0000 Subject: [PATCH] Bump torch from 2.7.1 to 2.8.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.7.1 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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip ... 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 f11d8b510..20aefa782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ readme = "README.md" license = {file = "LICENSE"} requires-python = "==3.10.*" dependencies = [ - "torch==2.7.1", + "torch==2.8.0", "tqdm>=4.65.0,<5.0.0", "transformers==4.56.1", "numpy>=1.26.0, <2.0.0", diff --git a/requirements.txt b/requirements.txt index 0fc428bee..00f76f9f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -545,7 +545,7 @@ toml==0.10.2 # via h2o-llmstudio tomli==2.3.0 # via h2o-cloud-discovery -torch==2.7.1+cu126 +torch==2.8.0 # via # accelerate # bitsandbytes