From 93a04152c92f1f21c52c376181613fed8c16c76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 19:28:21 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.52.4 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.52.4...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../language-modeling/quantization/llm_qat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt b/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt index 7b35eb5b094..a23324713fe 100644 --- a/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt +++ b/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt @@ -1,6 +1,6 @@ auto-round==0.8.0 neural-compressor-pt==3.6 -transformers==4.52.4 +transformers==4.53.0 datasets sentencepiece>=0.2.0 tensorboardX