From cfa059850ab425640013323a6de22be90715ccb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:54:38 +0000 Subject: [PATCH] Bump torch from 2.7.1 to 2.8.0 in /pytorch-conformer-train-quantize Bumps [torch](https://github.com/pytorch/pytorch) 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 ... Signed-off-by: dependabot[bot] --- pytorch-conformer-train-quantize/training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch-conformer-train-quantize/training/requirements.txt b/pytorch-conformer-train-quantize/training/requirements.txt index 7bb2aee..23aeb64 100644 --- a/pytorch-conformer-train-quantize/training/requirements.txt +++ b/pytorch-conformer-train-quantize/training/requirements.txt @@ -126,7 +126,7 @@ tensorflow==2.19.0 termcolor==3.1.0 terminado==0.18.1 tinycss2==1.4.0 -torch==2.7.1 +torch==2.8.0 torchaudio==2.7.1 tornado==6.5.1 tqdm==4.67.1