From 1134cc5450f007d783809c53bc993cd1edc00244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 10:51:59 +0000 Subject: [PATCH] chore(deps): bump torch in /backend/python/exllama2 Bumps torch from 2.4.1 to 2.7.0+cu118. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0+cu118 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/exllama2/requirements-cpu.txt | 2 +- backend/python/exllama2/requirements-cublas11.txt | 2 +- backend/python/exllama2/requirements-cublas12.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/python/exllama2/requirements-cpu.txt b/backend/python/exllama2/requirements-cpu.txt index 8bcc7065..1a20d18a 100644 --- a/backend/python/exllama2/requirements-cpu.txt +++ b/backend/python/exllama2/requirements-cpu.txt @@ -1,4 +1,4 @@ # https://github.com/huggingface/transformers/issues/38269#issuecomment-2900214777 transformers==4.52.1 accelerate -torch==2.4.1 \ No newline at end of file +torch==2.7.0+cu118 \ No newline at end of file diff --git a/backend/python/exllama2/requirements-cublas11.txt b/backend/python/exllama2/requirements-cublas11.txt index 4ea5fc1f..aa3b860d 100644 --- a/backend/python/exllama2/requirements-cublas11.txt +++ b/backend/python/exllama2/requirements-cublas11.txt @@ -1,5 +1,5 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.7.0+cu118 # https://github.com/huggingface/transformers/issues/38269#issuecomment-2900214777 transformers==4.52.1 accelerate \ No newline at end of file diff --git a/backend/python/exllama2/requirements-cublas12.txt b/backend/python/exllama2/requirements-cublas12.txt index 10e4abdc..2a678aef 100644 --- a/backend/python/exllama2/requirements-cublas12.txt +++ b/backend/python/exllama2/requirements-cublas12.txt @@ -1,4 +1,4 @@ -torch==2.4.1 +torch==2.7.0+cu118 # https://github.com/huggingface/transformers/issues/38269#issuecomment-2900214777 transformers==4.52.1 accelerate \ No newline at end of file