From 0f7b514fb1a586b8253f927742c3798465868466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:19:20 +0000 Subject: [PATCH] Bump tensorflow in /servers/huggingface/models/text-gen-gpt2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- servers/huggingface/models/text-gen-gpt2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/huggingface/models/text-gen-gpt2/requirements.txt b/servers/huggingface/models/text-gen-gpt2/requirements.txt index 40acbb5e16..14956b3a95 100644 --- a/servers/huggingface/models/text-gen-gpt2/requirements.txt +++ b/servers/huggingface/models/text-gen-gpt2/requirements.txt @@ -1,3 +1,3 @@ seldon_core transformers >=4.30,<4.32 -tensorflow == 2.12.0 \ No newline at end of file +tensorflow == 2.12.1 \ No newline at end of file