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