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