From e747d984b378336f294660fe984b0bcb853132e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 19:33:45 +0000 Subject: [PATCH] chore(deps): bump torch in /backend/python/exllama2 in the pip group Bumps the pip group in /backend/python/exllama2 with 1 update: torch. Updates `torch` from 2.4.1 to 2.6.0+cu118 --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0+cu118 dependency-type: direct:production dependency-group: pip ... 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 2021fc201f7e..8567b94c78f2 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.6.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 2d1958c75153..ad11f420fb34 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.6.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 93e62c5ab27d..96dd1e82e2ef 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.6.0+cu118 transformers accelerate \ No newline at end of file