mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'united' of https://github.com/henk717/KoboldAI into UI2
This commit is contained in:
@@ -30,6 +30,7 @@ dependencies:
|
|||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.24.0
|
- transformers==4.24.0
|
||||||
- huggingface_hub>=0.10.1
|
- huggingface_hub>=0.10.1
|
||||||
|
- safetensors
|
||||||
- accelerate
|
- accelerate
|
||||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||||
- flask-session
|
- flask-session
|
||||||
|
@@ -30,6 +30,7 @@ dependencies:
|
|||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.24.0
|
- transformers==4.24.0
|
||||||
- huggingface_hub>=0.10.1
|
- huggingface_hub>=0.10.1
|
||||||
|
- safetensors
|
||||||
- accelerate
|
- accelerate
|
||||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||||
- ansi2html
|
- ansi2html
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
git submodule update --init --recursive
|
||||||
if [[ $1 = "cuda" ]]; then
|
if [[ $1 = "cuda" ]]; then
|
||||||
wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
|
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
|
bin/micromamba create -f environments/huggingface.yml -r runtime -n koboldai -y
|
||||||
|
@@ -27,4 +27,5 @@ flask_compress
|
|||||||
ijson
|
ijson
|
||||||
bitsandbytes
|
bitsandbytes
|
||||||
ftfy
|
ftfy
|
||||||
pydub
|
pydub
|
||||||
|
safetensors
|
@@ -20,6 +20,7 @@ bleach==4.1.0
|
|||||||
flask-session
|
flask-session
|
||||||
marshmallow>=3.13
|
marshmallow>=3.13
|
||||||
apispec-webframeworks
|
apispec-webframeworks
|
||||||
|
safetensors
|
||||||
loguru
|
loguru
|
||||||
Pillow
|
Pillow
|
||||||
diffusers
|
diffusers
|
||||||
|
Reference in New Issue
Block a user