mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
New dependencies
This commit is contained in:
@@ -32,16 +32,17 @@ dependencies:
|
|||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- flask-cors
|
- flask-cors
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.28.*
|
- transformers==4.30.1
|
||||||
- huggingface_hub==0.15.1
|
- huggingface_hub==0.15.1
|
||||||
- safetensors==0.3.1
|
- safetensors==0.3.1
|
||||||
- accelerate==0.18.0
|
- accelerate==0.20.3
|
||||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||||
- flask-session
|
- flask-session
|
||||||
- ansi2html
|
- ansi2html
|
||||||
- flask_compress
|
- flask_compress
|
||||||
- ijson
|
- ijson
|
||||||
- bitsandbytes
|
- 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'
|
||||||
- ftfy
|
- ftfy
|
||||||
- pydub
|
- pydub
|
||||||
- diffusers
|
- diffusers
|
||||||
|
@@ -30,10 +30,10 @@ dependencies:
|
|||||||
- flask-ngrok
|
- flask-ngrok
|
||||||
- flask-cors
|
- flask-cors
|
||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.28.*
|
- transformers==4.30.1
|
||||||
- huggingface_hub==0.15.1
|
- huggingface_hub==0.15.1
|
||||||
- safetensors==0.3.1
|
- safetensors==0.3.1
|
||||||
- accelerate==0.18.0
|
- accelerate==0.20.3
|
||||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||||
- ansi2html
|
- ansi2html
|
||||||
- flask_compress
|
- flask_compress
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
transformers==4.28.*
|
transformers==4.30.*
|
||||||
huggingface_hub==0.15.1
|
huggingface_hub==0.15.1
|
||||||
Flask==2.2.3
|
Flask==2.2.3
|
||||||
Flask-SocketIO==5.3.2
|
Flask-SocketIO==5.3.2
|
||||||
@@ -15,7 +15,7 @@ markdown
|
|||||||
bleach==4.1.0
|
bleach==4.1.0
|
||||||
sentencepiece
|
sentencepiece
|
||||||
protobuf
|
protobuf
|
||||||
accelerate==0.18.0
|
accelerate==0.20.3
|
||||||
flask-session==0.4.0
|
flask-session==0.4.0
|
||||||
marshmallow>=3.13
|
marshmallow>=3.13
|
||||||
apispec-webframeworks
|
apispec-webframeworks
|
||||||
@@ -28,7 +28,8 @@ psutil
|
|||||||
ansi2html
|
ansi2html
|
||||||
flask_compress
|
flask_compress
|
||||||
ijson
|
ijson
|
||||||
bitsandbytes
|
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'
|
||||||
ftfy
|
ftfy
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
pydub
|
pydub
|
||||||
|
Reference in New Issue
Block a user