From 763f9beb7e0233a1caf700fbc4d7a0020ba08162 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 10 Mar 2024 08:30:53 -0700 Subject: [PATCH] Bump bitsandbytes to 0.43, add official Windows wheel --- requirements.txt | 5 +---- requirements_noavx2.txt | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 21e6a729..9c4c9a65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ accelerate==0.27.* aqlm[gpu,cpu]==1.1.0 +bitsandbytes==0.43.* colorama datasets einops @@ -30,10 +31,6 @@ flask_cloudflared==0.0.14 sse-starlette==1.6.5 tiktoken -# bitsandbytes -bitsandbytes==0.42.*; platform_system != "Windows" -https://github.com/oobabooga/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.42.0-py3-none-win_amd64.whl; platform_system == "Windows" - # llama-cpp-python (CPU only, AVX2) https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.55+cpuavx2-cp311-cp311-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11" https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.55+cpuavx2-cp310-cp310-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10" diff --git a/requirements_noavx2.txt b/requirements_noavx2.txt index f7ee0e23..c7949ee2 100644 --- a/requirements_noavx2.txt +++ b/requirements_noavx2.txt @@ -1,5 +1,6 @@ accelerate==0.27.* aqlm[gpu,cpu]==1.1.0 +bitsandbytes==0.43.* colorama datasets einops @@ -30,10 +31,6 @@ flask_cloudflared==0.0.14 sse-starlette==1.6.5 tiktoken -# bitsandbytes -bitsandbytes==0.42.*; platform_system != "Windows" -https://github.com/oobabooga/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.42.0-py3-none-win_amd64.whl; platform_system == "Windows" - # llama-cpp-python (CPU only, no AVX2) https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.55+cpuavx-cp311-cp311-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.11" https://github.com/oobabooga/llama-cpp-python-cuBLAS-wheels/releases/download/cpu/llama_cpp_python-0.2.55+cpuavx-cp310-cp310-manylinux_2_31_x86_64.whl; platform_system == "Linux" and platform_machine == "x86_64" and python_version == "3.10"