From 3b784f1c09599e3a7ce8696f923aff412b3cab5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:28:23 +0000 Subject: [PATCH] Bump torch in /servers/huggingface/models/text-gen-tiny-stories Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.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/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../huggingface/models/text-gen-tiny-stories/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/huggingface/models/text-gen-tiny-stories/requirements.txt b/servers/huggingface/models/text-gen-tiny-stories/requirements.txt index 0e2561d2ff..6d2defba21 100644 --- a/servers/huggingface/models/text-gen-tiny-stories/requirements.txt +++ b/servers/huggingface/models/text-gen-tiny-stories/requirements.txt @@ -1,3 +1,3 @@ seldon_core transformers >=4.30,<4.32 -torch==2.0.0 \ No newline at end of file +torch==2.2.0 \ No newline at end of file