From e943926d311ee18770076ac6880f37d48e89addc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:15:47 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0+cpu 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/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../quantization/ptq_dynamic/fx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt b/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt index 91a719c0c51..3d52d5c841d 100644 --- a/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt +++ b/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt @@ -1,4 +1,4 @@ --find-links https://download.pytorch.org/whl/torch_stable.html -torch==2.0.0+cpu +torch==2.8.0 torchaudio==2.0.1+cpu jiwer