From d064a4f16a12dbcb7ddfa3c1b6e37b669f78b943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:13:37 +0000 Subject: [PATCH] Bump transformers from 4.31.0 to 4.36.0 in /examples/training/llama2 Bumps [transformers](https://github.com/huggingface/transformers) from 4.31.0 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.31.0...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/training/llama2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/training/llama2/requirements.txt b/examples/training/llama2/requirements.txt index e6351a8..6e3f41f 100644 --- a/examples/training/llama2/requirements.txt +++ b/examples/training/llama2/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.31.0 +transformers==4.36.0 regex tensorboard datasets