From 5a868d39c7552862db019662bc6effa5c9ae1036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:53:13 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 in /lessons/5-NLP Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 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/compare/v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lessons/5-NLP/requirements-pytorch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index b82a6198..af7d6334 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -7,7 +7,7 @@ opencv-python==4.5.1.48 Pillow==10.3.0 scikit-learn scipy -torch==1.13.1 +torch==2.2.0 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1