From f9d431e9136f3956dd7c42bcff73c90aeb7d7196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:54:39 +0000 Subject: [PATCH] Bump torch from 1.13.1+cu117 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1+cu117 to 2.2.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.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bf1eb2..32f67f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ librosa==0.10.1 matplotlib==3.8.2 # Note that CUDA drivers are backward-compatible in some cases. See https://docs.nvidia.com/deploy/cuda-compatibility/. -f https://download.pytorch.org/whl/cu117/torch_stable.html -torch==1.13.1+cu117 +torch==2.2.0 torchaudio==0.13.1+cu117 torchvision==0.14.1+cu117 nemo_toolkit[all]