From c375c753d6152da9ad2c57060c4646214ce2be73 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:47:39 -0800 Subject: [PATCH] Bump bitsandbytes to 0.42 (Linux only) --- requirements.txt | 2 +- requirements_apple_intel.txt | 2 +- requirements_apple_silicon.txt | 2 +- requirements_cpu_only.txt | 2 +- requirements_cpu_only_noavx2.txt | 2 +- requirements_noavx2.txt | 2 +- requirements_nowheels.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0c5fd66..bdbdf819 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows" # llama-cpp-python (CPU only, AVX2) diff --git a/requirements_apple_intel.txt b/requirements_apple_intel.txt index 8b02c463..4030bf9a 100644 --- a/requirements_apple_intel.txt +++ b/requirements_apple_intel.txt @@ -24,7 +24,7 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows" # Mac wheels diff --git a/requirements_apple_silicon.txt b/requirements_apple_silicon.txt index 31a51ece..8cea6d62 100644 --- a/requirements_apple_silicon.txt +++ b/requirements_apple_silicon.txt @@ -24,7 +24,7 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows" # Mac wheels diff --git a/requirements_cpu_only.txt b/requirements_cpu_only.txt index e4b961a5..283e2b19 100644 --- a/requirements_cpu_only.txt +++ b/requirements_cpu_only.txt @@ -24,7 +24,7 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows" # llama-cpp-python (CPU only, AVX2) diff --git a/requirements_cpu_only_noavx2.txt b/requirements_cpu_only_noavx2.txt index 5af6b9a8..ba2d3d10 100644 --- a/requirements_cpu_only_noavx2.txt +++ b/requirements_cpu_only_noavx2.txt @@ -24,7 +24,7 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows" # llama-cpp-python (CPU only, no AVX2) diff --git a/requirements_noavx2.txt b/requirements_noavx2.txt index 325abfff..5025fe9c 100644 --- a/requirements_noavx2.txt +++ b/requirements_noavx2.txt @@ -24,7 +24,7 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows" # llama-cpp-python (CPU only, no AVX2) diff --git a/requirements_nowheels.txt b/requirements_nowheels.txt index 5bf2cc4c..2b6fa38c 100644 --- a/requirements_nowheels.txt +++ b/requirements_nowheels.txt @@ -24,5 +24,5 @@ tqdm wandb # bitsandbytes -bitsandbytes==0.41.1; platform_system != "Windows" +bitsandbytes==0.42.*; platform_system != "Windows" https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"