From e3af48c661f5abaf956dcbc59726f9faffd989a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:43:59 +0000 Subject: [PATCH] Bump torch from 1.8.1 to 2.2.0 in /lessons/5-NLP Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.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.8.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 26a10b99..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.8.1 +torch==2.2.0 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1