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

Commit graph

  • b446adcf06 Lock thread_embeds_mutex master niansa 2024-03-27 18:42:06 +01:00
  • 1daf467102 Updated cosched2 to fix D++ crash niansa 2024-03-25 21:42:28 +01:00
  • 72f4a63691 Updated example configs niansa 2024-03-25 01:56:21 +01:00
  • 66999b6041 Updated various submodules niansa 2024-03-25 01:43:53 +01:00
  • 1763435505 Updated anyproc niansa 2023-07-05 19:08:02 +02:00
  • 2d7eb0dc69 Updated submodules niansa 2023-07-05 19:05:21 +02:00
  • c740c45bd3 Removed debug line from Configuration::parse_config() niansa 2023-06-09 18:08:10 +00:00
  • e837cf9362 nous-hermes.txt -> nous-hermes-13b.txt niansa 2023-06-07 00:43:59 +00:00
  • 7f2f167b13 Added nous hermes example config niansa 2023-06-07 00:34:00 +00:00
  • 87e1948ba1 Added baize-v2-13b example model config niansa 2023-05-26 17:27:30 +00:00
  • d7580d24b1 Suggest use of Markdown in example_instruct_prompt.txt niansa 2023-05-26 17:24:43 +00:00
  • 80c4490f22 Limit message length properly niansa 2023-05-25 11:45:31 +02:00
  • 7bcedd1c78 Minor restructure (replaced attempt_reply) niansa 2023-05-23 18:06:37 +02:00
  • 0cf15fa089 Updated justlm to fix build error niansa 2023-05-23 13:42:34 +02:00
  • c752261465 Handle config.max_context_age == 0 properly niansa 2023-05-23 08:36:53 +00:00
  • fb6eb90783 Added airoboros-13b example model config niansa 2023-05-23 00:33:23 +02:00
  • c5e5e46aad Updated cosched niansa 2023-05-22 23:58:24 +02:00
  • c815ff5031 Update cosched to avoid undefined behavior niansa 2023-05-22 22:59:02 +02:00
  • 4f0c95fef9 Added random response chance and guard translator with a mutex niansa 2023-05-22 22:55:59 +02:00
  • be4bd425fd Fixed undefined behavior and in-chat mode niansa 2023-05-22 22:21:57 +02:00
  • 7109e49292 Ignore own task when scanning for own threads niansa 2023-05-21 22:01:40 +02:00
  • 82ca373e81 Fixed threads getting stuck niansa 2023-05-21 21:54:09 +02:00
  • e7940e55e0 Updated manticore example for latest version niansa 2023-05-20 01:19:52 +00:00
  • acf54ea563 Updated justlm to fix abort niansa 2023-05-20 03:09:43 +02:00
  • 28d5261015 Updated justlm for latest llama.cpp model compatibility niansa 2023-05-20 02:54:04 +02:00
  • 11b8bd32d1 Do not ignore EOS from manticore niansa 2023-05-20 02:27:03 +02:00
  • 7b11b328ae Fixed manticore example model config linebreaks niansa 2023-05-19 23:12:51 +00:00
  • 579b0e44d9 Disabled sanitizers niansa 2023-05-19 22:23:51 +02:00
  • f98b7fce2f Updated justlm niansa 2023-05-19 22:22:23 +02:00
  • b5c85924b4 Fixed Manticore spelling niansa 2023-05-19 20:03:00 +02:00
  • 885190bf2a Added mantiscore example model config niansa 2023-05-19 19:13:08 +02:00
  • eaf5cf9837 Limit /reset response to one shard niansa 2023-05-19 19:08:28 +02:00
  • 36976dfee9 Fixed tasklist formatting niansa 2023-05-19 19:03:31 +02:00
  • e25239bfd8 Updated justlm to support new llama models niansa 2023-05-19 16:45:22 +00:00
  • e62d492bfe Fixed channel mode niansa 2023-05-18 00:03:50 +02:00
  • 79183742f5 Partially reverted last commit niansa 2023-05-17 12:53:43 +02:00
  • 4d368b6214 More linebreak fixes niansa 2023-05-17 12:45:10 +02:00
  • 37bbb2535a Added option to not emit extra linebreaks in instruct mode niansa 2023-05-17 12:37:03 +02:00
  • dc37d6d763 Implemented no_instruct_prompt and use for mpt-7b-chat niansa 2023-05-17 11:46:22 +02:00
  • 095acfc7ae Still append user prompt if there is no instruct prompt set niansa 2023-05-17 11:40:49 +02:00
  • 625c7be657 Improved mpt-7b-chat example niansa 2023-05-17 11:33:07 +02:00
  • d2648397ec Updated justlm for improved MPT support niansa 2023-05-17 10:54:41 +02:00
  • 928df83d8a Adde mpt-7b-chat example niansa 2023-05-17 09:45:26 +02:00
  • 39f1bf7a53 Updated justlm for improved MPT support niansa 2023-05-17 09:35:22 +02:00
  • f0328461ed Switch to justlm master branch niansa 2023-05-16 21:16:03 +02:00
  • 425e6b3c68 Updated for latest justlm niansa 2023-05-16 21:14:39 +02:00
  • 2c15a85877 Allow use of {bot_prompt} and {user_prompt} inside of instruct prompt file niansa 2023-05-15 08:07:19 +02:00
  • 3011dadac3 Disallow {user_prompt} and {bot_prompt} formatters in non-instruct prompt files devel niansa 2023-05-15 08:03:09 +02:00
  • 8ec7908f10 Allow {user_prompt} and {bot_prompt} formatters in instruct prompt files niansa 2023-05-15 08:02:24 +02:00
  • a126e563e0 Updated libjustlm niansa 2023-05-11 18:47:48 +02:00
  • 91f5d683bb Make sure to now throw in coroutines niansa 2023-05-10 21:52:14 +02:00
  • 52288eb0c7 Converted most commands to slash commands and added tasklist niansa 2023-05-10 15:24:55 +02:00
  • 13f1fde45d Minor cleanup for commands handling niansa 2023-05-10 13:41:40 +02:00
  • 1f1e7e6bef Improved warning even further niansa 2023-05-09 13:04:58 +02:00
  • 66043e20a2 Warning in bold letters niansa 2023-05-09 13:02:38 +02:00
  • 969a7e70b2 Warn about non instruct mode niansa 2023-05-09 12:57:14 +02:00
  • e4a82323d5 Fixed another crash on UTF-8 error niansa 2023-05-08 15:07:49 +02:00
  • 4a2565270c Updated Dockerfile to use Debian Bookworm niansa 2023-05-07 12:59:08 +02:00
  • 9d3ca160ff Updated libjustlm niansa 2023-05-07 12:43:53 +02:00
  • 1a69c8129c Updated libjustlm niansa 2023-05-07 12:30:24 +02:00
  • 3f7a176a78 Handle responses that are too long niansa 2023-05-06 11:33:25 +02:00
  • 7198d2fcbe Made prompt_add_msg timeout behavior the same as during generation niansa 2023-05-06 10:56:25 +02:00
  • 591d69610b Updated explained_config.txt niansa 2023-05-06 10:38:30 +02:00
  • 6a8c758d15 Improved timeout behavior niansa 2023-05-06 10:37:44 +02:00
  • ecf0a512ee Added !ping command and improved !reset command niansa 2023-05-06 10:25:48 +02:00
  • c5ced0f5b4 Fixed broken thread names on a single shard niansa 2023-05-06 10:07:46 +02:00
  • 849ff7e91f Added emits_eos to gpt4all-unfiltered example niansa 2023-05-06 07:36:02 +00:00
  • 2357523484 Fixed variables being set incorrectly on first run niansa 2023-05-06 09:34:53 +02:00
  • b69f8aecd5 When evaluating message, respect timeout as well niansa 2023-05-06 01:23:24 +02:00
  • c6b3728a8a Fixed some warnings niansa 2023-05-06 01:14:54 +02:00
  • 5de194faf9 Prevent multiple inferences from running on the same channel niansa 2023-05-06 01:13:08 +02:00
  • fdbeba3108 Fixed some warnings niansa 2023-05-05 23:26:10 +02:00
  • 1c3f330357 Fixed some dangling references niansa 2023-05-05 22:32:20 +02:00
  • 7aba75f7a2 Implemented parallel inference niansa 2023-05-05 21:16:19 +02:00
  • d31adcb222 Fixed parallel translations niansa 2023-05-05 21:03:50 +02:00
  • 4e2a24b0d3 Don't evaluate request and reply at the same time niansa 2023-05-05 21:02:42 +02:00
  • d38b44db68 Updated cosched to fix undefined behavior niansa 2023-05-05 13:03:20 +02:00
  • fc557980dc Updated for latest cosched niansa 2023-05-05 10:36:04 +02:00
  • 6800411cec Further improvements niansa 2023-05-05 00:17:47 +02:00
  • 2c01f96449 Even more fixes niansa 2023-05-04 21:08:34 +02:00
  • 9bace9a536 Misc fixes niansa 2023-05-04 20:56:50 +02:00
  • e423c8ffc5 Initial working commit niansa 2023-05-04 20:39:04 +02:00
  • f619bd64e1 Changes niansa 2023-05-04 15:59:55 +02:00
  • a6be845652 Revert "Initial CoSched support" niansa 2023-05-04 13:26:40 +00:00
  • be9828adea Initial CoSched support niansa 2023-05-04 15:24:06 +02:00
  • f9196ed18a Fixed this_shard sqlite select v2.2 niansa 2023-05-02 19:55:59 +02:00
  • 259053f7e0 Make sure threads don't shift on reshard niansa 2023-05-02 19:44:53 +02:00
  • b9f152cec1 Added simple Dockerfile niansa 2023-05-02 14:43:46 +02:00
  • 20553b75a0 Fixed typo "weight" -> "weights" niansa 2023-05-01 17:42:44 +02:00
  • ed01d29ef0 Reworked configuration system niansa 2023-05-01 17:30:42 +02:00
  • f0d1a1c956 Fixed custom status texts not being applied niansa 2023-04-30 00:54:36 +02:00
  • 62fe173b77 Made status texts configurable niansa 2023-04-30 00:52:12 +02:00
  • db7351a6c8 Run cleanup periodically niansa 2023-04-30 00:36:47 +02:00
  • 0c79c1f698 Fixed compilation on some platforms niansa 2023-04-30 00:33:51 +02:00
  • 29df944b0f Updated justlm niansa 2023-04-30 00:30:03 +02:00
  • a0c4e9d856 Don't attempt to delete thread creation messaage from all embeds niansa 2023-04-30 00:04:15 +02:00
  • a95a2960d6 Updated justlm niansa 2023-04-29 23:57:06 +02:00
  • d60a1eebaa Implemented max context age niansa 2023-04-29 23:52:40 +02:00
  • 18b1acb00e Don't use exception to trigger stop niansa 2023-04-29 23:14:05 +02:00
  • 35ecc70d45 Only attempt to stop() the Bot on main thread niansa 2023-04-29 23:08:23 +02:00