From 7fc77d439c09169fb431fe45ff013e3a89d29906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 18:43:42 +0000 Subject: [PATCH] Bump the pip group across 4 directories with 2 updates Bumps the pip group with 1 update in the /examples/llm_ptq directory: [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 1 update in the /examples/windows/accuracy_benchmark directory: [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 2 updates in the /examples/windows/onnx_ptq/genai_llm directory: [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 2 updates in the /examples/windows/onnx_ptq/whisper directory: [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Updates `transformers` from 4.48.0 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.53.0) Updates `transformers` from 4.49.0 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.53.0) Updates `transformers` from 4.49.0 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.53.0) Updates `torch` from 2.6.0 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.8.0) Updates `transformers` from 4.48.0 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.53.0) Updates `torch` from 2.7.0+cu128 to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.8.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/llm_ptq/requirements-t5.txt | 2 +- examples/vlm_ptq/requirements-vila.txt | 2 +- examples/windows/accuracy_benchmark/requirements.txt | 2 +- examples/windows/onnx_ptq/genai_llm/requirements.txt | 4 ++-- examples/windows/onnx_ptq/whisper/requirements.txt | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/llm_ptq/requirements-t5.txt b/examples/llm_ptq/requirements-t5.txt index 034713546..d1d094cae 100644 --- a/examples/llm_ptq/requirements-t5.txt +++ b/examples/llm_ptq/requirements-t5.txt @@ -1 +1 @@ -transformers==4.48.0 +transformers==4.53.0 diff --git a/examples/vlm_ptq/requirements-vila.txt b/examples/vlm_ptq/requirements-vila.txt index 7391a5f26..ca600093a 100644 --- a/examples/vlm_ptq/requirements-vila.txt +++ b/examples/vlm_ptq/requirements-vila.txt @@ -1,3 +1,3 @@ deepspeed>=0.16.0 git+https://github.com/bfshi/scaling_on_scales.git -transformers<=4.50.0 +transformers<=4.57.3 diff --git a/examples/windows/accuracy_benchmark/requirements.txt b/examples/windows/accuracy_benchmark/requirements.txt index 7b2a568f2..3b7ba5816 100644 --- a/examples/windows/accuracy_benchmark/requirements.txt +++ b/examples/windows/accuracy_benchmark/requirements.txt @@ -8,4 +8,4 @@ peft>=0.5.0 rwkv>=0.7.3 tiktoken==0.7.0 tqdm==4.66.5 -transformers==4.49.0 +transformers==4.53.0 diff --git a/examples/windows/onnx_ptq/genai_llm/requirements.txt b/examples/windows/onnx_ptq/genai_llm/requirements.txt index dd9b80084..a9aff8031 100644 --- a/examples/windows/onnx_ptq/genai_llm/requirements.txt +++ b/examples/windows/onnx_ptq/genai_llm/requirements.txt @@ -1,4 +1,4 @@ datasets>=2.14.5 onnx==1.18.0 -torch==2.6.0 -transformers==4.49.0 +torch==2.8.0 +transformers==4.53.0 diff --git a/examples/windows/onnx_ptq/whisper/requirements.txt b/examples/windows/onnx_ptq/whisper/requirements.txt index 4b85b8989..1def11da7 100644 --- a/examples/windows/onnx_ptq/whisper/requirements.txt +++ b/examples/windows/onnx_ptq/whisper/requirements.txt @@ -8,6 +8,6 @@ onnx==1.17.0 onnxruntime-gpu==1.20.1 optimum==1.23.3 soundfile -torch==2.7.0+cu128 +torch==2.8.0 torchaudio==2.7.0+cu128 -transformers==4.48.0 +transformers==4.53.0