From 2497f4c24e75f0b62d7b0accbd3a4e66c61e0ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:12:41 +0000 Subject: [PATCH] Bump torch from 0.3.1 to 2.2.0 in /baselines/code Bumps [torch](https://github.com/pytorch/pytorch) from 0.3.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/v0.3.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- baselines/code/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselines/code/setup.py b/baselines/code/setup.py index 0e2e9e4..a20293e 100644 --- a/baselines/code/setup.py +++ b/baselines/code/setup.py @@ -41,7 +41,7 @@ def get_nmtpytorch_version(): keywords='nmt neural-mt translation deep-learning pytorch captioning', install_requires=[ 'numpy', 'scipy', 'scikit-learn', 'tqdm', 'pillow', - 'torch==0.3.1', 'torchvision==0.2.1', + 'torch==2.2.0', 'torchvision==0.2.1', 'sacrebleu>=1.2.9', 'tensorboardX==1.1', 'editdistance==0.4', 'ipdb', ],