From ccf7f27ee70e3a931cd68a0fb226842d9ba1fc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:24:45 +0000 Subject: [PATCH] Bump torch from 1.9.1 to 2.2.0 in /code-env/python/spec Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.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.9.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 666406b..5d43e2f 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -4,7 +4,7 @@ flair==0.11.3 # flair ontonotes pre-trained model do not have compatible version for torch>=2 and flair==0.11.3, see https://huggingface.co/flair/ner-english-ontonotes-fast/discussions/1 # also align torch version with rest of dss (especially to avoid potential cuda runtime compatibility issues) torch==1.9.1; platform_system == "Darwin" -torch==1.9.1+cu111; platform_system != "Darwin" +torch==2.2.0; platform_system != "Darwin" --find-links https://download.pytorch.org/whl/torch_stable.html # 'gensim' didn't support python 3.10 and 3.11 prior to v4.3.0 (Dec 21, 2022)