Merge branch 'united' of https://github.com/henk717/KoboldAI into UI2

This commit is contained in:
GuiAworld
2023-01-06 22:01:32 -03:00
5 changed files with 6 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ dependencies:
- lupa==1.10
- transformers==4.24.0
- huggingface_hub>=0.10.1
- safetensors
- accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra
- flask-session

View File

@@ -30,6 +30,7 @@ dependencies:
- lupa==1.10
- transformers==4.24.0
- huggingface_hub>=0.10.1
- safetensors
- accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra
- ansi2html

View File

@@ -1,4 +1,5 @@
#!/bin/bash
git submodule update --init --recursive
if [[ $1 = "cuda" ]]; then
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
bin/micromamba create -f environments/huggingface.yml -r runtime -n koboldai -y

View File

@@ -27,4 +27,5 @@ flask_compress
ijson
bitsandbytes
ftfy
pydub
pydub
safetensors

View File

@@ -20,6 +20,7 @@ bleach==4.1.0
flask-session
marshmallow>=3.13
apispec-webframeworks
safetensors
loguru
Pillow
diffusers