1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00
Commit graph

351 commits

Author SHA1 Message Date
9d09730280 Don't submodule DPP 2023-04-29 10:49:24 +02:00
niansa
ae9f11dd02 Show shard ID in thread name 2023-04-28 23:18:05 +02:00
niansa
85f2777f0e Added mutex to command completion buffer 2023-04-28 23:13:35 +02:00
niansa
ca5e3a64f4 In on_own_shard, use creation time as source instead 2023-04-28 22:59:51 +02:00
niansa
356611cb83 Fixed segfault on thread creation 2023-04-28 22:52:59 +02:00
niansa
a4faad147c In on_own_shard, divide ID by 10 to get more even results 2023-04-28 22:48:56 +02:00
niansa
1b2c5c14c5 Improved log messages 2023-04-28 22:48:32 +02:00
niansa
aa0db8ba8b Allow slash commands to be sharded 2023-04-28 22:37:41 +02:00
niansa
38862ce5fb Improved sharding 2023-04-28 21:20:37 +02:00
fd38528dc2 Fixed typo 'cout' -> 'count' 2023-04-28 18:58:18 +00:00
niansa
045b1ffdf6 Don't recommend setting scroll_keep to 0 in explained_config.txt 2023-04-28 16:51:49 +00:00
niansa
0b03f7869d Added proper README.md 2023-04-28 16:43:02 +00:00
niansa
31885f6cd2 Implemented proper scrolling 2023-04-28 18:04:53 +02:00
niansa
524d90e138 Added simple sharding 2023-04-28 10:31:55 +02:00
niansa
18e953d850 Made instruct_mode parameter default to true 2023-04-28 10:25:13 +02:00
414933d7b2 Removed no_translate from gpt4all-l13b-snoozy 2023-04-28 00:33:53 +02:00
f677ef59ab Fixed translation with no_translate enabled 2023-04-28 00:22:01 +02:00
8706839521 Fixed crash when threads model is not found 2023-04-28 00:13:37 +02:00
503f77e10e Added example_models/gpt4all-j-l13b-snoozy.txt 2023-04-27 23:49:59 +02:00
b5a7daefdb Added example_models/gpt4all-j-v1.3-groovy.txt 2023-04-27 23:30:14 +02:00
niansa
6eec277861 Do inference reset in llm thread 2023-04-27 20:06:55 +02:00
niansa
395e76fdea Added !reset command 2023-04-27 20:02:36 +02:00
niansa
489d8d1704 Fixed inability to find models with certain names 2023-04-27 19:26:18 +02:00
b1445ba111 Removed debug store command 2023-04-27 14:41:54 +02:00
771cf8b785 Improved multi-line instruct mode 2023-04-27 14:41:19 +02:00
46480005d4 Added timeout config key 2023-04-27 13:47:18 +02:00
36b34ee5e7 Updated anyproc 2023-04-27 13:35:44 +02:00
705489814f Updated anyproc 2023-04-27 12:23:57 +02:00
d3aff11b82 Don't catch context length exceptions
...as they are no longer thrown
2023-04-27 10:06:26 +02:00
835a1d8c0e Updated anyproc 2023-04-27 09:59:40 +02:00
0ef542bb60 Updated anyproc 2023-04-27 09:08:55 +02:00
52c1df2465 Added gpt4all-j-1.2 example model 2023-04-27 09:07:38 +02:00
280d7096dc Added 7B-wizardLM example model 2023-04-27 08:39:54 +02:00
3979b4efc1 Fixed compiler warning 2023-04-27 08:38:57 +02:00
5f194ea58b Updated anyproc 2023-04-27 08:35:56 +02:00
niansa
301bb529a5 Don't delete message on timeout in live edit mode 2023-04-25 21:17:09 +02:00
niansa
d824995389 Fixed non-instruct mode 2023-04-25 21:14:45 +02:00
niansa
e7aff482fc Added no_translate model config option 2023-04-25 19:47:52 +02:00
niansa
9cead67daf Clarify what prompt failed to open 2023-04-25 18:23:16 +02:00
niansa
09073bc768 Added example instruct prompt 2023-04-25 18:22:23 +02:00
niansa
123cb0fad0 Fixed warning about live edit 2023-04-25 18:16:14 +02:00
niansa
614e03859d Another translation fix 2023-04-25 18:14:08 +02:00
niansa
98883d92ac Fixed translation model in example config 2023-04-25 18:12:55 +02:00
niansa
59475035d4 Increased live edit frequency 2023-04-25 18:07:08 +02:00
niansa
8b1e6bba5e Added live_edit config key 2023-04-25 18:04:49 +02:00
niansa
671fba5f88 Fixed instruct mode multi-line output 2023-04-25 17:44:25 +02:00
niansa
6971f4928f Added emits_eos model config key 2023-04-25 17:27:30 +02:00
niansa
485a628806 Don't apply repeat penalty in instruct mode 2023-04-25 17:23:24 +02:00
niansa
bf568c3c8a Added tons of features including thread creation 2023-04-25 15:55:46 +02:00
niansa
a0edf72a43 Send placeholder message from main thread 2023-04-25 10:50:34 +02:00