From 003105ae8ba77ed94d2a5599ea344a59f06faa75 Mon Sep 17 00:00:00 2001 From: Henk Date: Sat, 15 Jul 2023 04:26:58 +0200 Subject: [PATCH] Bump BnB --- environments/huggingface.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/huggingface.yml b/environments/huggingface.yml index 1dab38b3..dc764539 100644 --- a/environments/huggingface.yml +++ b/environments/huggingface.yml @@ -42,7 +42,7 @@ dependencies: - flask_compress - ijson - bitsandbytes==0.40.0; sys_platform == 'linux' - - https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0-py3-none-win_amd64.whl; sys_platform == 'win32' + - https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32' - ftfy - pydub - diffusers diff --git a/requirements.txt b/requirements.txt index 3219c08b..e284ad37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ ansi2html flask_compress ijson bitsandbytes==0.40.0; sys_platform == 'linux' -https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0-py3-none-win_amd64.whl; sys_platform == 'win32' +https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32' ftfy py==1.11.0 pydub