From 56fd5b24755eb1ae3f07a33afa61b3b8d9bcdb63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:01:47 +0000 Subject: [PATCH] build(deps): bump transformers from 4.44.2 to 4.46.2 in /application Bumps [transformers](https://github.com/huggingface/transformers) from 4.44.2 to 4.46.2. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.44.2...v4.46.2) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 2f28c2ea6..b9f8d622a 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -78,7 +78,7 @@ tiktoken==0.7.0 tokenizers==0.19.1 torch==2.4.1 tqdm==4.66.5 -transformers==4.44.2 +transformers==4.46.2 typing-extensions==4.12.2 typing-inspect==0.9.0 tzdata==2024.2