From 7386ac82cb143f8adedc43b01427795e0095d89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:09:38 +0000 Subject: [PATCH] Bump transformers in /pytorch_nlp_script_mode_local_model_inference/code Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.50.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v4.50.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_nlp_script_mode_local_model_inference/code/requirements.txt b/pytorch_nlp_script_mode_local_model_inference/code/requirements.txt index 7b06ed5..20d5940 100644 --- a/pytorch_nlp_script_mode_local_model_inference/code/requirements.txt +++ b/pytorch_nlp_script_mode_local_model_inference/code/requirements.txt @@ -1 +1 @@ -transformers==4.38.0 +transformers==4.50.0