From 76d9895593ffba93be3f04e5db0c8447c1ff5a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:44:10 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.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.5.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../INC-Quantization-Sample-for-PyTorch/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/pyproject.toml b/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/pyproject.toml index 0155fe9948..cfe547dd88 100644 --- a/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/pyproject.toml +++ b/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "datasets>=3.3.2", "intel-extension-for-pytorch==2.5.0", "neural-compressor==2.1", - "torch==2.5.0", + "torch==2.7.1", "transformers>=4.49.0", ]