Skip to content

Commit c375c75

Browse files
committed
Bump bitsandbytes to 0.42 (Linux only)
1 parent a6730f8 commit c375c75

7 files changed

+7
-7
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
2929

3030
# llama-cpp-python (CPU only, AVX2)

requirements_apple_intel.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
2929

3030
# Mac wheels

requirements_apple_silicon.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
2929

3030
# Mac wheels

requirements_cpu_only.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
2929

3030
# llama-cpp-python (CPU only, AVX2)

requirements_cpu_only_noavx2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
2929

3030
# llama-cpp-python (CPU only, no AVX2)

requirements_noavx2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"
2929

3030
# llama-cpp-python (CPU only, no AVX2)

requirements_nowheels.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ tqdm
2424
wandb
2525

2626
# bitsandbytes
27-
bitsandbytes==0.41.1; platform_system != "Windows"
27+
bitsandbytes==0.42.*; platform_system != "Windows"
2828
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl; platform_system == "Windows"

0 commit comments

Comments
 (0)