Merge branch 'KoboldAI:main' into united

This commit is contained in:
henk717 2022-10-23 18:29:28 +02:00 committed by GitHub
commit 2300fb46ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -26,5 +26,6 @@ dependencies:
- flask-ngrok - flask-ngrok
- lupa==1.10 - lupa==1.10
- transformers>=4.20.1 - transformers>=4.20.1
- huggingface_hub>=0.10.1
- accelerate - accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra - git+https://github.com/VE-FORBRYDERNE/mkultra

View File

@ -26,5 +26,6 @@ dependencies:
- flask-ngrok - flask-ngrok
- lupa==1.10 - lupa==1.10
- transformers>=4.20.1 - transformers>=4.20.1
- huggingface_hub>=0.10.1
- accelerate - accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra - git+https://github.com/VE-FORBRYDERNE/mkultra

View File

@ -1,4 +1,5 @@
transformers>=4.20.1 transformers>=4.20.1
huggingface_hub>=0.10.1
Flask Flask
Flask-SocketIO Flask-SocketIO
requests requests

View File

@ -6,6 +6,7 @@ dm-haiku == 0.0.5
jax == 0.2.21 jax == 0.2.21
jaxlib >= 0.1.69, <= 0.3.7 jaxlib >= 0.1.69, <= 0.3.7
transformers >= 4.20.1 transformers >= 4.20.1
huggingface_hub >= 0.10.1
progressbar2 progressbar2
git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck
flask flask