Henk
1b253ce95f
4-bit dependency fixes
2023-08-10 17:08:48 +02:00
Henk
6143071b27
Make settings folder early
2023-08-08 14:51:15 +02:00
somebody
9704c86aee
Actually do pre-wrap instead
...
just pre makes long texts without whitespace not wrap
2023-08-07 21:13:01 -05:00
somebody
906d1f2522
Merge branch 'united' of https://github.com/henk717/KoboldAI into fixing-time
2023-08-07 16:22:04 -05:00
somebody
7f2085ffe8
UI: Fix token streaming gobbling trailing whitespace
...
which ended up being mostly newlines
2023-08-07 16:00:49 -05:00
somebody
1632f3c684
UI: Change mobile aspect ratio threshold from 7/5 to 5/6
2023-08-07 13:59:57 -05:00
Henk
824050471b
Default to new UI
2023-08-07 20:03:09 +02:00
henk717
0f8cf0dc2c
Merge pull request #433 from LostRuins/concedo_united
...
updated lite to v54
2023-08-07 18:37:50 +02:00
Concedo
06d6364b6b
updated lite to v54
2023-08-07 23:43:27 +08:00
henk717
4f0945e5dc
Merge pull request #426 from one-some/small-shift-fix
...
UI: Replace shift_down code with builtin event.shiftKey
2023-08-06 23:48:41 +02:00
Henk
6e47215e84
Modern Defaults
2023-08-04 22:34:18 +02:00
Henk
87382f0adf
BnB 41
2023-08-04 16:40:20 +02:00
Henk
fe0c391e8f
Only show stopped if started
2023-08-02 10:50:00 +02:00
Henk
c066494c70
No safetensors for TPU
2023-08-02 10:01:35 +02:00
henk717
16017a3afc
Merge pull request #416 from one-some/wi-fixes
...
(mostly) wi fixes and polish
2023-07-31 20:52:48 +02:00
somebody
3950620ce9
Merge branch 'united' of https://github.com/henk717/KoboldAI into wi-fixes
2023-07-31 12:59:29 -05:00
somebody
d4001186df
UI: Hold shift to skip confirmation dialog
...
idea stolen from discord, who likely stole it from somebody else
2023-07-31 12:41:19 -05:00
somebody
23e54b6658
WI: Workaround for Chrome order weirdness
...
Chrome fires `blur()` before deleting nodes, meaning the -1 WI was
getting sent after being deleted, resulting in two
`delete_new_world_info_entry` packets being sent to the browser.
Really, it would be better to not do this full WI reset/sync cycle and
just send state changes and update accordingly. That would stop all the
WI weirdness probably.
2023-07-31 12:30:37 -05:00
henk717
d8ae72a509
Merge pull request #432 from one-some/lock-fix
...
UI: Fix the thingey modal
2023-07-30 23:18:46 +02:00
somebody
61e3ffb2ef
UI: Fix the thingey
2023-07-30 16:12:20 -05:00
somebody
8cc0a8cab9
WI: Fix UI1 WI errors
2023-07-30 14:25:09 -05:00
somebody
93233068cc
Merge branch 'united' of https://github.com/henk717/KoboldAI into wi-fixes
2023-07-30 13:52:20 -05:00
henk717
21d20854e4
Merge pull request #414 from one-some/submit-ctx-menu
...
Submit context menu
2023-07-30 01:58:44 +02:00
henk717
276efa66e6
Merge pull request #428 from one-some/do-not-add-bugs
...
Workaround for option panel popping up too much
2023-07-30 01:50:05 +02:00
henk717
e94b4b9bc2
Merge pull request #431 from one-some/united
...
Move pickle stuff into modeling/pickling.py
2023-07-29 18:58:20 +02:00
somebody
eb95c45ff1
Fix import
2023-07-28 16:03:55 -05:00
somebody
184c3d9302
Move pickle stuff into modeling/pickling.py
...
Ended up not moving to utils.py because most of the stuff in there
isn't really model related, and it feels messy to just throw whatever in
there. Originally the file was named "modeling/utils.py" and was going
to be a place for assorted model-related functions, but I think this is
better.
2023-07-28 15:38:29 -05:00
Henk
37babe1edd
Allow _rebuild_meta_tensor_no_storage
2023-07-28 15:04:25 +02:00
Henk
889fe8d548
Fix Peft
2023-07-26 19:35:55 +02:00
henk717
af5580638e
Update README_GPTQ.md
2023-07-26 16:16:39 +02:00
somebody
b20f320b22
Redo workaround
2023-07-25 22:46:02 -05:00
somebody
e2b3fa1ead
Merge branch 'united' of https://github.com/henk717/KoboldAI into submit-ctx-menu
2023-07-25 15:00:27 -05:00
Henk
79226ea66d
Hide TPU API during load
2023-07-25 21:51:03 +02:00
henk717
e799178436
Merge pull request #423 from one-some/fix-introduced-bugs
...
Fix streaming bugs
2023-07-25 18:58:16 +02:00
somebody
0f88d520ed
UI: Replace shift_down code with builtin event.shiftKey
...
Keeping a global variable that tracks shift is worse because it can get
desynced if you leave the window while holding shift (which apparently
happens a lot more than you would think)
2023-07-24 21:45:52 -05:00
henk717
4497b09056
Merge pull request #424 from one-some/qptq-lazy
...
gptq is soooo lazy
2023-07-25 02:59:50 +02:00
somebody
c80de5120c
Cleanup
2023-07-24 19:45:33 -05:00
somebody
ad4528b5a6
critical change
2023-07-24 17:17:57 -05:00
somebody
a73420c49c
really really really sketchy breakmodel implementation
...
im gonna go lie down for an extended period of time
2023-07-24 17:15:59 -05:00
somebody
ec040620ec
Merge branch 'united' of https://github.com/henk717/KoboldAI into qptq-lazy
2023-07-24 13:26:16 -05:00
somebody
34aa333c44
Last debug
2023-07-24 13:11:06 -05:00
somebody
43a4abaf63
Remove even more debug
2023-07-24 13:10:33 -05:00
somebody
929917efe9
Remove shrieking
2023-07-24 13:09:43 -05:00
somebody
4a6cccb002
Import fix
2023-07-24 13:09:15 -05:00
somebody
a6aafb2525
GPTQ: Patch QuantLinear to not use CPU RAM
2023-07-24 13:07:30 -05:00
somebody
9cc6972c1c
Shh!
2023-07-24 11:30:33 -05:00
somebody
30640acca7
Editor: Don't allow editing or syncing during generation
...
Only bad things can come from that!
Also filter out stream buffer when fixing dirty game text (just in
case!)
2023-07-24 11:26:20 -05:00
somebody
fc7fa991d5
Streaming: Fix streaming not being cleaned up before commentator speaks
...
super duper critical
2023-07-24 10:57:24 -05:00
henk717
04a5e05692
Merge pull request #422 from one-some/fix-prioritization
...
Fix prioritization (probably)
2023-07-24 17:40:36 +02:00
somebody
2fb877db40
Backends: Probably fix sorting
2023-07-24 10:28:22 -05:00