From d6409bd2ebc37fc13919bc271ea76c43a71df52c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 3 Feb 2026 08:34:54 +0100 Subject: [PATCH] Revert "chore(deps): bump torch from 2.7.0 to 2.7.1+xpu in /backend/python/vllm in the pip group across 1 directory" (#8367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "chore(deps): bump torch from 2.7.0 to 2.7.1+xpu in /backend/python/vl…" This reverts commit 4c0e70086da60ab697228a7db8544061b1727362. --- backend/python/vllm/requirements-cpu.txt | 2 +- backend/python/vllm/requirements-cublas12.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/vllm/requirements-cpu.txt b/backend/python/vllm/requirements-cpu.txt index 1a47f2fc9..16c7cbac5 100644 --- a/backend/python/vllm/requirements-cpu.txt +++ b/backend/python/vllm/requirements-cpu.txt @@ -1,3 +1,3 @@ accelerate -torch==2.7.1+xpu +torch==2.7.0 transformers \ No newline at end of file diff --git a/backend/python/vllm/requirements-cublas12.txt b/backend/python/vllm/requirements-cublas12.txt index d80dfed0c..8bd72ae12 100644 --- a/backend/python/vllm/requirements-cublas12.txt +++ b/backend/python/vllm/requirements-cublas12.txt @@ -1,4 +1,4 @@ accelerate -torch==2.7.1+xpu +torch==2.7.0 transformers bitsandbytes \ No newline at end of file