From a766ee1166bcf2d77c9aa4072b46f5c2f95ac36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:26:43 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 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.11.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/decision_transformer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt b/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt index 2d510dde..a5a1961f 100644 --- a/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt +++ b/minillm/transformers/examples/research_projects/decision_transformer/requirements.txt @@ -217,7 +217,7 @@ timm==0.5.4 tokenizers==0.11.6 tomli==2.0.1 toolz==0.11.2 -torch==1.11.0 +torch==2.2.0 torchaudio==0.11.0 torchvision==0.12.0 tqdm==4.63.0