From b652cbc3d2c2a695067a06b65e69e0a26fd71647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:21:45 +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 2021fc20..763095f8 100644 --- a/backend/python/exllama2/requirements-cpu.txt +++ b/backend/python/exllama2/requirements-cpu.txt @@ -1,3 +1,3 @@ transformers 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 2d1958c7..20cbbe8a 100644 --- a/backend/python/exllama2/requirements-cublas11.txt +++ b/backend/python/exllama2/requirements-cublas11.txt @@ -1,4 +1,4 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -torch==2.4.1+cu118 +torch==2.7.0+cu118 transformers accelerate \ No newline at end of file diff --git a/backend/python/exllama2/requirements-cublas12.txt b/backend/python/exllama2/requirements-cublas12.txt index 93e62c5a..d20ca916 100644 --- a/backend/python/exllama2/requirements-cublas12.txt +++ b/backend/python/exllama2/requirements-cublas12.txt @@ -1,3 +1,3 @@ -torch==2.4.1 +torch==2.7.0+cu118 transformers accelerate \ No newline at end of file