From 87382f0adf7a2c7e102c91224a5e94e2097d4a12 Mon Sep 17 00:00:00 2001 From: Henk Date: Fri, 4 Aug 2023 16:40:20 +0200 Subject: [PATCH] BnB 41 --- environments/huggingface.yml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/huggingface.yml b/environments/huggingface.yml index 64224dc3..9f05a1f8 100644 --- a/environments/huggingface.yml +++ b/environments/huggingface.yml @@ -41,8 +41,8 @@ dependencies: - ansi2html - flask_compress - ijson - - bitsandbytes==0.40.0.post4; sys_platform == 'linux' - - https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32' + - bitsandbytes==0.41.0; sys_platform == 'linux' + - https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.0-py3-none-win_amd64.whl; sys_platform == 'win32' - ftfy - pydub - diffusers diff --git a/requirements.txt b/requirements.txt index f58c3c13..1b39f025 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,8 +28,8 @@ psutil ansi2html flask_compress ijson -bitsandbytes==0.40.0.post4; sys_platform == 'linux' -https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32' +bitsandbytes==0.41.0; sys_platform == 'linux' +https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.0-py3-none-win_amd64.whl; sys_platform == 'win32' ftfy py==1.11.0 pydub