Commit Graph

1618 Commits

Author SHA1 Message Date
d30bbd28a1 logger for prompt and gen 2022-09-12 01:57:41 +02:00
66ae5c35c0 replaced all warnings with logger 2022-09-12 01:18:25 +02:00
5692e5ce16 finished all init messages 2022-09-12 01:13:12 +02:00
656e3995f0 model tensors info 2022-09-12 01:09:21 +02:00
48f6b5a939 more init messages 2022-09-12 01:00:03 +02:00
4817a27552 multicolored init 2022-09-12 00:49:51 +02:00
11eac68676 more init messages 2022-09-12 00:19:51 +02:00
2a8a223473 added init logs 2022-09-11 23:55:48 +02:00
e29f6c94d3 prompt_colors 2022-09-11 23:08:17 +02:00
ce2d1ff654 logger file 2022-09-11 22:59:25 +02:00
432af79fa5 reqs 2022-09-11 19:56:36 +02:00
ee357fff3d reqs 2022-09-11 19:51:23 +02:00
88d8f815f5 init 2022-09-11 19:46:51 +02:00
8fce4c192e Merge pull request #207 from db0/hide_prompt_option
Allows to specify to the /generate API endpoing to go quiet
2022-09-11 19:27:38 +02:00
f97d285f9f Allows to specify to the API to go quiet 2022-09-11 19:23:28 +02:00
9405adb885 Merge pull request #206 from db0/horde_error_handling
horde error handling
2022-09-10 19:12:13 +02:00
888e33a63e switch to new API 2022-09-10 19:02:55 +02:00
2eefb488d5 f-string 2022-09-10 15:17:13 +02:00
d6fc61739f no need to dmp json 2022-09-10 14:52:24 +02:00
684399cdd6 fix the fix 2022-09-10 14:51:31 +02:00
13ca465980 horde error handling 2022-09-10 10:03:46 +02:00
4851c1dd46 Merge pull request #205 from VE-FORBRYDERNE/hidden-size
Fix hidden size calculation for GPT-NeoX models
2022-09-07 22:57:29 +02:00
153f6b6c92 Fix hidden size calculation for GPT-NeoX models 2022-09-07 13:21:49 -04:00
8bbb9ff761 Merge pull request #204 from db0/api_key
Adjustment to work with authentication on the Horde
2022-09-07 14:01:49 +02:00
16fae3c6df username > api_key 2022-09-07 01:36:59 +02:00
cf3f38b90d Fix merge artifacts 2022-09-06 01:54:18 +02:00
8ed731daff Merge pull request #201 from ebolam/united
Fix for Horde mode
2022-09-06 01:50:10 +02:00
a383ef81b1 Merge commit 'refs/pull/107/head' of https://github.com/ebolam/KoboldAI into united 2022-09-05 19:49:32 -04:00
296481f4aa More config hardening 2022-09-05 22:32:20 +02:00
78d720037f Merge pull request #202 from db0/configfile_fix
fix settings name not being correct for loaded models
2022-09-05 22:30:43 +02:00
3236068c84 Merge pull request #203 from VE-FORBRYDERNE/patch
Fix POST /story/end API endpoint
2022-09-05 22:27:54 +02:00
f66ffa09a2 Fix POST /story/end API endpoint 2022-09-05 14:37:39 -04:00
542f30cdc4 fix settings name not being correct for loaded models 2022-09-05 18:03:21 +02:00
c7a6309fa2 Merge pull request #200 from db0/online_model_fix
Fixes Horde not saving as expected
2022-09-03 23:40:23 +02:00
397059cf2f Fix for Horde mode 2022-09-03 13:56:53 -04:00
c5ee5d3ea2 Fixes Horde not saving as expected
Now Horde will save different settings per model, or for All

Refactored the code so that args.configname
is not used like a global var.

Added var.online_model because we need to keep track of it
2022-09-03 19:36:06 +02:00
f38034bd2c Merge pull request #199 from db0/horde
Renamed KoboldAI Cluster to KoboldAI Horde
2022-09-02 00:26:12 +02:00
9463474ce4 renamed cluster to horde 2022-09-02 00:23:29 +02:00
05a4695ad2 Merge pull request #198 from db0/soft_prompts_list
Adds /config/soft_prompts_list API endpoint
2022-09-01 16:35:08 +02:00
b0aa615ef5 Merge pull request #196 from db0/mult_gen_api_cluster
fix for multiple gens breaking API/CLUSTER
2022-09-01 16:34:52 +02:00
a809170bdc Merge pull request #197 from ebolam/united
UI changes for cluster support
2022-09-01 16:34:32 +02:00
c1bf91f86c Adds /config/soft_prompts_list API endpoint 2022-08-31 23:45:26 +02:00
339225e400 fix for multiple gens breaking API/CLUSTER 2022-08-31 22:58:58 +02:00
8626debeff Fix for cluster key saving 2022-08-31 15:46:08 -04:00
b07a649e3e Fix for API key not being saved 2022-08-31 13:17:30 -04:00
417cfe20bf Fix for saving key in cluster mode 2022-08-31 11:50:27 -04:00
bf814ad407 Add model loading on url or key change for CLUSTER mode 2022-08-31 11:48:38 -04:00
6258963e39 Fixed all option for Cluster model selection 2022-08-31 11:10:41 -04:00
24ac6f3db8 First working CLUSTER ui. Might need change when multiple models selected. 2022-08-31 10:46:16 -04:00
569f4cbce4 Merge branch 'united' of https://github.com/ebolam/KoboldAI into united 2022-08-31 09:34:24 -04:00