From 58bb6a29ed2908c506138935e06fc83dca33cb7c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 23 Jan 2026 17:25:04 +0100 Subject: [PATCH] Revert "chore(deps): bump torch from 2.4.1 to 2.7.1+xpu in /backend/python/bark in the pip group across 1 directory" (#8180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "chore(deps): bump torch from 2.4.1 to 2.7.1+xpu in /backend/python/ba…" This reverts commit 5881c824135d41456a9043cbaf1cf0aaf6798220. --- backend/python/bark/requirements-cpu.txt | 2 +- backend/python/bark/requirements-cublas12.txt | 2 +- backend/python/bark/requirements-hipblas.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/python/bark/requirements-cpu.txt b/backend/python/bark/requirements-cpu.txt index e64648085..12e376ade 100644 --- a/backend/python/bark/requirements-cpu.txt +++ b/backend/python/bark/requirements-cpu.txt @@ -1,4 +1,4 @@ transformers accelerate -torch==2.7.1+xpu +torch==2.4.1 torchaudio==2.4.1 \ No newline at end of file diff --git a/backend/python/bark/requirements-cublas12.txt b/backend/python/bark/requirements-cublas12.txt index a1ee4ea6e..537169495 100644 --- a/backend/python/bark/requirements-cublas12.txt +++ b/backend/python/bark/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.7.1+xpu +torch==2.4.1 torchaudio==2.4.1 transformers accelerate \ No newline at end of file diff --git a/backend/python/bark/requirements-hipblas.txt b/backend/python/bark/requirements-hipblas.txt index 8ac076012..4e1fef6cf 100644 --- a/backend/python/bark/requirements-hipblas.txt +++ b/backend/python/bark/requirements-hipblas.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.4 -torch==2.7.1+xpu +torch==2.8.0+rocm6.4 torchaudio==2.8.0+rocm6.4 transformers accelerate \ No newline at end of file