From 36ccc2ae977eba47dfc33160e59de82d1eb48521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:17:50 +0000 Subject: [PATCH] Bump tensorflow from 2.11.1 to 2.12.1 in /fine-tuning/lora Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.1 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.11.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fine-tuning/lora/requirements_v2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fine-tuning/lora/requirements_v2.txt b/fine-tuning/lora/requirements_v2.txt index 5f6f1d4..18dee9f 100644 --- a/fine-tuning/lora/requirements_v2.txt +++ b/fine-tuning/lora/requirements_v2.txt @@ -20,5 +20,5 @@ timm==0.6.12 fairscale==0.4.13 # for WD14 captioning # tensorflow<2.11 -tensorflow==2.11.1 +tensorflow==2.12.1 huggingface-hub==0.12.0 \ No newline at end of file