This commit is contained in:
Henk
2023-08-04 16:40:20 +02:00
parent fe0c391e8f
commit 87382f0adf
2 changed files with 4 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ dependencies:
- ansi2html - ansi2html
- flask_compress - flask_compress
- ijson - ijson
- bitsandbytes==0.40.0.post4; sys_platform == 'linux' - bitsandbytes==0.41.0; 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' - https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.0-py3-none-win_amd64.whl; sys_platform == 'win32'
- ftfy - ftfy
- pydub - pydub
- diffusers - diffusers

View File

@@ -28,8 +28,8 @@ psutil
ansi2html ansi2html
flask_compress flask_compress
ijson ijson
bitsandbytes==0.40.0.post4; sys_platform == 'linux' bitsandbytes==0.41.0; 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' https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.0-py3-none-win_amd64.whl; sys_platform == 'win32'
ftfy ftfy
py==1.11.0 py==1.11.0
pydub pydub