From 8c1c873b403c809b8210ab900f4e586c6c98726d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:55:15 +0000 Subject: [PATCH] chore(deps): bump the pip group Bumps the pip group in /backend/python/transformers with 2 updates: [torch](https://github.com/pytorch/pytorch) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `torch` from 2.3.1+cxx11.abi to 2.7.1 - [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.7.1) Updates `protobuf` from 6.31.0 to 6.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v6.31.0...v6.31.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 6.31.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/python/transformers/requirements-cpu.txt | 4 ++-- backend/python/transformers/requirements-cublas11.txt | 4 ++-- backend/python/transformers/requirements-cublas12.txt | 4 ++-- backend/python/transformers/requirements-hipblas.txt | 4 ++-- backend/python/transformers/requirements-intel.txt | 4 ++-- backend/python/transformers/requirements.txt | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/backend/python/transformers/requirements-cpu.txt b/backend/python/transformers/requirements-cpu.txt index 065c5c2d..03b7fd2c 100644 --- a/backend/python/transformers/requirements-cpu.txt +++ b/backend/python/transformers/requirements-cpu.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.7.1 llvmlite==0.43.0 numba==0.60.0 accelerate @@ -6,4 +6,4 @@ transformers bitsandbytes outetts sentence-transformers==3.4.1 -protobuf==6.31.0 \ No newline at end of file +protobuf==6.31.1 \ No newline at end of file diff --git a/backend/python/transformers/requirements-cublas11.txt b/backend/python/transformers/requirements-cublas11.txt index e0f6edaf..5a6fe558 100644 --- a/backend/python/transformers/requirements-cublas11.txt +++ b/backend/python/transformers/requirements-cublas11.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.7.1 llvmlite==0.43.0 numba==0.60.0 accelerate @@ -7,4 +7,4 @@ transformers bitsandbytes outetts sentence-transformers==4.1.0 -protobuf==6.31.0 \ No newline at end of file +protobuf==6.31.1 \ No newline at end of file diff --git a/backend/python/transformers/requirements-cublas12.txt b/backend/python/transformers/requirements-cublas12.txt index ff5f9b40..f0d5aac2 100644 --- a/backend/python/transformers/requirements-cublas12.txt +++ b/backend/python/transformers/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.7.1 accelerate llvmlite==0.43.0 numba==0.60.0 @@ -6,4 +6,4 @@ transformers bitsandbytes outetts sentence-transformers==4.1.0 -protobuf==6.31.0 \ No newline at end of file +protobuf==6.31.1 \ No newline at end of file diff --git a/backend/python/transformers/requirements-hipblas.txt b/backend/python/transformers/requirements-hipblas.txt index ceae62cf..f23193fb 100644 --- a/backend/python/transformers/requirements-hipblas.txt +++ b/backend/python/transformers/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.0 -torch==2.4.1+rocm6.0 +torch==2.7.1 accelerate transformers llvmlite==0.43.0 @@ -8,4 +8,4 @@ bitsandbytes outetts bitsandbytes sentence-transformers==4.1.0 -protobuf==6.31.0 \ No newline at end of file +protobuf==6.31.1 \ No newline at end of file diff --git a/backend/python/transformers/requirements-intel.txt b/backend/python/transformers/requirements-intel.txt index cdebe326..bcc0daca 100644 --- a/backend/python/transformers/requirements-intel.txt +++ b/backend/python/transformers/requirements-intel.txt @@ -1,6 +1,6 @@ --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ intel-extension-for-pytorch==2.3.110+xpu -torch==2.3.1+cxx11.abi +torch==2.7.1 oneccl_bind_pt==2.3.100+xpu optimum[openvino] llvmlite==0.43.0 @@ -10,4 +10,4 @@ intel-extension-for-transformers bitsandbytes outetts sentence-transformers==4.1.0 -protobuf==6.31.0 \ No newline at end of file +protobuf==6.31.1 \ No newline at end of file diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt index e5d513e1..ac3364aa 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -1,5 +1,5 @@ grpcio==1.71.0 -protobuf==6.31.0 +protobuf==6.31.1 certifi setuptools scipy==1.15.1