From 7ba3e0c472f6d65759287a4ef48cb72c32bce8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 04:56:44 +0000 Subject: [PATCH] Bump torch from 1.10.2 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.10.2...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index d57b5d3..6a56735 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ tree-sitter ~= 0.19.0 torchmetrics == 0.6.0 transformers == 4.16.2 -torch == 1.10.2 +torch == 1.13.1 pytorch-lightning == 1.5.10 deepspeed ~= 0.5.10