ebolam
db2fbbb17a
Colab Debug
2022-10-24 19:16:03 -04:00
ebolam
47c832fde4
Add Original UI status for TPU connection/loading
2022-10-24 18:52:53 -04:00
ebolam
4dd7ba383d
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-24 18:34:55 -04:00
ebolam
b01713875c
Add status bar message and status bar for TPU loading
2022-10-24 18:34:45 -04:00
ebolam
b6c0caaeae
Added javascript errors to debug download and aiserver log to debug download
2022-10-24 13:51:46 -04:00
ebolam
c0fb992091
Fix for world info key tabbing
2022-10-24 12:16:40 -04:00
ebolam
86b67b2fbd
Merge pull request #244 from one-some/ui2-rwkv-fixes
...
RWKV Fixes
2022-10-23 14:47:59 -04:00
somebody
d459d2a65e
Fix RWKV tokenizer message
2022-10-23 13:41:14 -05:00
somebody
6f7e592f5e
RWKV Update
2022-10-23 13:37:56 -05:00
ebolam
a320b0ee5d
Change V2 story filename to .V2 instead of _V2
2022-10-23 12:57:19 -04:00
ebolam
e101e43132
Merge commit 'refs/pull/243/head' of https://github.com/ebolam/KoboldAI into UI2
2022-10-23 12:03:40 -04:00
ebolam
06ee1426a1
Progress Bar for UI1 fixed
...
Console print for model loading fixed
2022-10-22 21:05:07 -04:00
ebolam
adf2b481c3
Welcome Text Fix
2022-10-22 20:20:26 -04:00
henk717
351fb3c80b
Merge pull request #232 from VE-FORBRYDERNE/mkultra
...
Universal mkultra-based soft prompt tuner
2022-10-22 14:13:42 +02:00
somebody
7af1cac184
Convert wi upload to a post request
2022-10-21 21:03:42 -05:00
ebolam
2606d0e6a2
Batching enabled for World Info Transmit
2022-10-21 15:31:16 -04:00
ebolam
444cfe2f2c
Load file popup speed increase
2022-10-21 11:41:24 -04:00
ebolam
2398ec3b36
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-10-21 09:12:41 -04:00
ebolam
097aff4e01
Fix for scrolling when using options
2022-10-21 09:12:35 -04:00
somebody
de3c408cc1
Support title in aidg import
2022-10-20 18:04:11 -05:00
somebody
911bda76d4
Expand attention bias
2022-10-19 21:06:01 -05:00
ebolam
0a81727fc2
Merge commit 'refs/pull/227/head' of https://github.com/ebolam/KoboldAI into UI2
2022-10-19 10:32:04 -04:00
ebolam
3d6a939a4e
Fix for blank chat mode data causing crashes
2022-10-18 20:23:54 -04:00
henk717
f8be854e09
Merge branch 'KoboldAI:main' into united
2022-10-17 21:06:10 +02:00
ebolam
cde6c8d892
WI Highlighting speedup
2022-10-17 14:54:23 -04:00
vfbd
9ff50d81fd
Fix regex for the prompt parameter of the POST /story/end endpoint
2022-10-17 14:36:23 -04:00
ebolam
f044f042d7
Fix for chat mode trimming
2022-10-16 18:30:44 -04:00
ebolam
70300dc942
Bug Fix
2022-10-15 19:54:33 -04:00
ebolam
d5be94d841
Minor Spacing Fix for story loading
2022-10-15 19:47:14 -04:00
ebolam
049096e422
Merge pull request #213 from one-some/ui2-attn-bias
...
Attention bias test
2022-10-15 18:16:02 -04:00
ebolam
c3f44adea8
Added stopping criteria for chat mode to prevent it from generating text for user
2022-10-15 18:14:10 -04:00
ebolam
9b9f9e9a44
Fix for double action bug
2022-10-15 14:57:50 -04:00
ebolam
6dde9d33ca
Fix for double prompt in AI text
2022-10-15 14:56:34 -04:00
somebody
fdbf79736f
Attention Bias Test
2022-10-14 23:22:48 -05:00
somebody
5f86bfeee4
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into ui2-attn-bias
2022-10-14 22:53:35 -05:00
somebody
4567f74f0e
Download check for models in ui
2022-10-14 14:57:04 -05:00
ebolam
759dbc3c54
Fix for horde/API
2022-10-14 13:16:07 -04:00
Llama
e5d0cc7b49
Fix exception thrown by kobold.modeltype in Lua
...
Fixes this exception:
File "aiserver.py", line 3389, in lua_get_modeltype
hidden_size = get_hidden_size_from_model(model)
NameError: name 'get_hidden_size_from_model' is not defined
The kobold.modeltype method eventually attempts to call
get_hidden_size_from_model in Python, but this method
was previously defined only within a local scope and so
is not visible from within lua_get_modeltype. Since
get_hidden_size_from_model only accesses its model argument,
there is no reason not to make it a module-level method.
Also change the severity of several more Lua error logs to error.
2022-10-14 09:20:33 -07:00
ebolam
022b729cd9
Fix for dynamic world info not properly disabling
...
Fix for world info drag (still can't select text)
2022-10-14 10:50:56 -04:00
ebolam
61774bffaa
Fix for "blinking" world info cards
2022-10-13 12:21:49 -04:00
ebolam
fbc7a3ff3d
Chat mode cleanup
2022-10-13 10:46:42 -04:00
ebolam
b5b08c78d0
Minor cleanup, better logging, debug on chat mode
2022-10-13 08:07:16 -04:00
Llama
8357c3e485
Merge branch 'united' into feature/anote-kwarg
2022-10-12 23:37:45 -07:00
Llama
4a01f345de
Add include_anote kwarg to lua_compute_context.
...
Add an optional keyword argument to lua_compute_context to control
whether the author's note should be included in the context. The
default value is true, so if the include_anote kwarg is not specified
then the author's note will be included, which was the default
behavior prior to this change.
Also update the Lua API documentation to describe this kwarg.
2022-10-12 23:18:19 -07:00
ebolam
36230e6804
Original UI Token streaming fixed
2022-10-12 14:26:07 -04:00
ebolam
ac1687195c
Fix for visual bug on Chrome
2022-10-12 14:10:25 -04:00
ebolam
04689df322
Token Streaming Fixes for UI1
2022-10-12 12:48:34 -04:00
Henk
64715b18d6
Version bump
2022-10-12 14:54:11 +02:00
ebolam
56d8138e93
Welcome fix for original ui
2022-10-11 20:56:00 -04:00
ebolam
eebd03483b
Welcome text v1 and slight mod to tooltip border
2022-10-11 20:45:09 -04:00