From 943163f03438e4f6eaeb924648e3e561406bcf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:24:03 +0000 Subject: [PATCH] Bump torch from 2.6.0 to 2.7.1 in /node-hub/dora-phi4 Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.1. - [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.6.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node-hub/dora-phi4/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-hub/dora-phi4/pyproject.toml b/node-hub/dora-phi4/pyproject.toml index c6ba0d11..1b28a586 100644 --- a/node-hub/dora-phi4/pyproject.toml +++ b/node-hub/dora-phi4/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.10" dependencies = [ "dora-rs>=0.3.9", - "torch==2.6.0", + "torch==2.7.1", "torchvision==0.21.0", "transformers==4.48.2", "accelerate==1.3.0",