From 045228416cd9e06a5d811b0016b1e4d587c1b4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:49:47 +0000 Subject: [PATCH] Bump the pip group across 2 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/onnx_ptq/whisper directory: [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 `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/commits/v2.8.0) --- updated-dependencies: - 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/onnx_ptq/whisper/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 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/onnx_ptq/whisper/requirements.txt b/examples/windows/onnx_ptq/whisper/requirements.txt index 4bf2fb98e..1726aa689 100644 --- a/examples/windows/onnx_ptq/whisper/requirements.txt +++ b/examples/windows/onnx_ptq/whisper/requirements.txt @@ -8,6 +8,6 @@ onnx==1.19.0 onnxruntime-gpu==1.23.2 optimum==1.23.3 soundfile -torch==2.7.0+cu128 +torch==2.8.0 torchaudio==2.7.0+cu128 transformers==4.57.3