From 7a9d3d952b29438eb60a4158949f192b5a521c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:47:56 +0000 Subject: [PATCH] Bump torch from 2.1.0+cu121 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0+cu121 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-windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-windows.txt b/requirements-windows.txt index 4bb4e1038..355ab5298 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -22,7 +22,7 @@ nvidia-cudnn-cu12~=8.9; platform_machine == "x86_64" tensorrt==9.2.0.post12.dev5 tokenizers>=0.14 # Default torch is CPU-only on Windows, so need to specify a torch version with GPU support -torch==2.1.0+cu121 +torch==2.2.0 torchdata==0.7.0 torchtext==0.16.0+cpu torchvision==0.16.0+cu121