Merge branch 'united' of https://github.com/henk717/KoboldAI into model-structure-and-maybe-rwkv

This commit is contained in:
somebody
2023-04-09 14:38:09 -05:00
3 changed files with 36 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ dependencies:
- transformers==4.25.1
- huggingface_hub==0.12.1
- safetensors
- accelerate
- accelerate==0.18.0
- git+https://github.com/VE-FORBRYDERNE/mkultra
- flask-session
- python-socketio[client]

View File

@@ -816,6 +816,40 @@ gensettingstf = [
"ui_level": 2
},
{
"UI_V2_Only": True,
"uitype": "text",
"unit": "text",
"label": "Horde Worker Name",
"id": "horde_worker_name",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "This is the name of your worker that shows up on the Horde",
"menu_path": "Settings",
"sub_path": "Other",
"classname": "user",
"name": "horde_worker_name",
"ui_level": 2
},
{
"UI_V2_Only": True,
"uitype": "password",
"unit": "text",
"label": "Horde API Key",
"id": "horde_api_key",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "You can paste your API key here for faster generations and to earn Kudo's as a worker",
"menu_path": "Settings",
"sub_path": "Other",
"classname": "user",
"name": "horde_api_key",
"ui_level": 2
},
{
"UI_V2_Only": True,
"uitype": "toggle",
"unit": "bool",

View File

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