From 9660f6f10ee37a80931721111138d37cd90d0da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:13:02 -0300 Subject: [PATCH] Bump aqlm[cpu,gpu] from 1.1.5 to 1.1.6 (#6157) --- requirements.txt | 2 +- requirements_noavx2.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a335200..eeda4aca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ accelerate==0.31.* -aqlm[gpu,cpu]==1.1.5; platform_system == "Linux" +aqlm[gpu,cpu]==1.1.6; platform_system == "Linux" auto-gptq==0.7.1 bitsandbytes==0.43.* colorama diff --git a/requirements_noavx2.txt b/requirements_noavx2.txt index 6272b021..cee91f1c 100644 --- a/requirements_noavx2.txt +++ b/requirements_noavx2.txt @@ -1,5 +1,5 @@ accelerate==0.31.* -aqlm[gpu,cpu]==1.1.5; platform_system == "Linux" +aqlm[gpu,cpu]==1.1.6; platform_system == "Linux" auto-gptq==0.7.1 bitsandbytes==0.43.* colorama