From 53e14f779a01abc8a10c11dbd8d57ca776123b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:07:46 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.25.1 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.25.1...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../doing-more-with-flan-t5/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/natural-language-processing/doing-more-with-flan-t5/requirements.txt b/natural-language-processing/doing-more-with-flan-t5/requirements.txt index 29c0759..1e9f34d 100644 --- a/natural-language-processing/doing-more-with-flan-t5/requirements.txt +++ b/natural-language-processing/doing-more-with-flan-t5/requirements.txt @@ -4,7 +4,7 @@ graphcore-cloud-tools[logger] @ git+https://github.com/graphcore/graphcore-cloud examples-utils[common] @ git+https://github.com/graphcore/examples-utils.git@latest_stable pyyaml==5.4.1 dataclasses==0.8; python_version < '3.7' -transformers==4.25.1 +transformers==4.36.0 datasets evaluate==0.4.0 tfrecord==1.14.1