From 41b5769d44e8f0144ff7fa5a807a6cf5074981b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:52:13 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 in /llm_on_ray/pretrain 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] --- llm_on_ray/pretrain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm_on_ray/pretrain/requirements.txt b/llm_on_ray/pretrain/requirements.txt index 3f1179306..798bff3bd 100644 --- a/llm_on_ray/pretrain/requirements.txt +++ b/llm_on_ray/pretrain/requirements.txt @@ -3,7 +3,7 @@ datasets==2.12.0 numpy==1.24.4 https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl torchvision==0.14.1 -torch==1.13.1 +torch==2.2.0 transformers==4.38.0 typing==3.7.4.3 tabulate