Commit Graph

  • c472c34818 Change Chiharu's example dialogue definition format oobabooga 2023-02-28 01:13:58 -03:00
  • 19ccb2aaf5 Handle <USER> and <BOT> oobabooga 2023-02-28 01:05:43 -03:00
  • 626da6c731 Handle {{user}} and {{char}} in example dialogue oobabooga 2023-02-28 00:59:05 -03:00
  • e861e68e38 Move the chat example dialogue to the prompt oobabooga 2023-02-28 00:50:46 -03:00
  • f871971de1 Trying to get the chat to work oobabooga 2023-02-28 00:25:30 -03:00
  • 67ee7bead7 Add cpu, bf16 options oobabooga 2023-02-28 00:09:11 -03:00
  • ebd698905c Add streaming to RWKV oobabooga 2023-02-28 00:04:04 -03:00
  • 70e522732c Move RWKV loader into a separate file oobabooga 2023-02-27 23:50:16 -03:00
  • ebc64a408c RWKV support prototype oobabooga 2023-02-27 23:03:35 -03:00
  • 021bd55886 Better format the prompt when generation attempts > 1 oobabooga 2023-02-27 21:37:03 -03:00
  • f4b130e2bd Update README.md oobabooga 2023-02-27 15:15:45 -03:00
  • e81c023b77 Slight style changes in gallery oobabooga 2023-02-27 13:49:55 -03:00
  • 43b6ab8673 Store thumbnails as files instead of base64 strings oobabooga 2023-02-27 13:41:00 -03:00
  • a08802bf70 Sort the gallery alphabetically oobabooga 2023-02-27 13:04:06 -03:00
  • 83368875eb Minor style change oobabooga 2023-02-27 11:55:36 -03:00
  • f2de78da3b Merge pull request #143 from conanak99/main oobabooga 2023-02-27 11:48:38 -03:00
  • 9c7fe2ec5d Handle overflows in character names oobabooga 2023-02-27 11:46:15 -03:00
  • 611010e8af Add a confirmation to clear history oobabooga 2023-02-27 11:41:21 -03:00
  • b5e31c8fef fix responsive issue conanak99 2023-02-27 22:30:52 +08:00
  • 44fd6bce34 make the grid responsive conanak99 2023-02-27 22:26:19 +08:00
  • b4fa7dcefc Make the char gallery more space-efficent conanak99 2023-02-27 21:52:43 +08:00
  • b16f097466 Add FlexGen to requirements.txt oobabooga 2023-02-27 08:58:07 -03:00
  • f24b6e78a3 Fix clear history oobabooga 2023-02-26 23:58:04 -03:00
  • 7a776ccf87 Make the gallery interactive to load characters oobabooga 2023-02-26 17:19:36 -03:00
  • 8e3e8a070f Make FlexGen work with the newest API oobabooga 2023-02-26 16:53:41 -03:00
  • 48b83c9a70 Remove unused imports oobabooga 2023-02-26 13:15:56 -03:00
  • 3333f94c30 Make the gallery extension work on colab oobabooga 2023-02-26 12:37:26 -03:00
  • 756cba2edc Add character gallery extension oobabooga 2023-02-26 12:17:57 -03:00
  • 3c9432f039 Add checkbox to disable the character bias oobabooga 2023-02-26 02:37:21 -03:00
  • ef91bd802d Sort TTS voices by gender oobabooga 2023-02-26 02:26:15 -03:00
  • 612520386e Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-02-26 01:52:27 -03:00
  • e91eb24649 Decrease the repetition penalty upper limit to 3 oobabooga 2023-02-26 01:51:59 -03:00
  • c183d2917c Update README.md oobabooga 2023-02-26 00:59:07 -03:00
  • cfe010b244 Update README.md oobabooga 2023-02-26 00:54:37 -03:00
  • 87d9f3e329 Update README.md oobabooga 2023-02-26 00:54:19 -03:00
  • 955997a90b Update README.md oobabooga 2023-02-26 00:54:07 -03:00
  • 3d94ebfdd0 Change --chat colors oobabooga 2023-02-26 00:51:15 -03:00
  • 633a2b6be2 Don't regenerate/remove last message if the chat is empty oobabooga 2023-02-26 00:43:12 -03:00
  • 6e843a11d6 Fix FlexGen in chat mode oobabooga 2023-02-26 00:36:04 -03:00
  • 63ce2771d5 Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-02-25 22:59:46 -03:00
  • 4548227fb5 Downgrade gradio version (file uploads are broken in 3.19.1) oobabooga 2023-02-25 22:59:02 -03:00
  • c593dfa827 Update README.md oobabooga 2023-02-25 18:57:34 -03:00
  • 7872a64f78 Update README.md oobabooga 2023-02-25 18:56:43 -03:00
  • 9456c1d6ed Prevent streaming with no_stream + generation attempts > 1 oobabooga 2023-02-25 17:45:03 -03:00
  • 32f40f3b42 Bump gradio version to 3.19.1 oobabooga 2023-02-25 17:19:31 -03:00
  • b3d2365d92 Rename a button oobabooga 2023-02-25 16:33:46 -03:00
  • fa58fd5559 Proper way to free the cuda cache oobabooga 2023-02-25 15:50:29 -03:00
  • 03d25c1c61 Reorder the chat buttons oobabooga 2023-02-25 15:35:43 -03:00
  • e2cf4e4968 Reorder the custom parameters oobabooga 2023-02-25 15:21:40 -03:00
  • 381f747181 Reorganize the custom parameters for mobile usage oobabooga 2023-02-25 15:17:44 -03:00
  • b585e382c0 Rename the custom prompt generator function oobabooga 2023-02-25 15:13:14 -03:00
  • 700311ce40 Empty the cuda cache at model.generate() oobabooga 2023-02-25 14:39:13 -03:00
  • 1878acd9f3 Minor bug fix in chat oobabooga 2023-02-25 09:30:59 -03:00
  • e71ff959f5 Clean up some unused code oobabooga 2023-02-25 09:23:02 -03:00
  • 91f5852245 Move bot_picture.py inside the extension oobabooga 2023-02-25 03:00:19 -03:00
  • 5ac24b019e Minor fix in the extensions implementation oobabooga 2023-02-25 02:53:18 -03:00
  • 85f914b9b9 Disable the hijack after using it oobabooga 2023-02-25 02:36:01 -03:00
  • ad83b1b828 Clean up send_pictures extension oobabooga 2023-02-25 02:13:24 -03:00
  • 01acb250c5 Add a comment oobabooga 2023-02-25 02:07:29 -03:00
  • 7e9f13e29f Rename a variable oobabooga 2023-02-25 01:55:32 -03:00
  • 3ef0f2ea7e Merge pull request #123 from oobabooga/refactor_gradio oobabooga 2023-02-25 01:51:58 -03:00
  • 31fb5529d8 Minor change oobabooga 2023-02-25 01:49:49 -03:00
  • 1741c36092 Minor fix oobabooga 2023-02-25 01:47:25 -03:00
  • 7c2babfe39 Rename greed to "generation attempts" oobabooga 2023-02-25 01:42:19 -03:00
  • 88cfc84ddb Update README oobabooga 2023-02-25 01:33:26 -03:00
  • 2dfb999bf1 Add greed parameter oobabooga 2023-02-25 01:31:01 -03:00
  • 13f2688134 Better way to generate custom prompts oobabooga 2023-02-25 01:08:17 -03:00
  • 67623a52b7 Allow for permanent hijacking oobabooga 2023-02-25 00:55:19 -03:00
  • 111b5d42e7 Add prompt hijack option for extensions oobabooga 2023-02-25 00:49:18 -03:00
  • fd19e4812f Add a comment oobabooga 2023-02-25 00:28:38 -03:00
  • 58e6734308 Add the "send picture" extension file oobabooga 2023-02-25 00:26:15 -03:00
  • 7a527a5581 Move "send picture" into an extension oobabooga 2023-02-25 00:23:51 -03:00
  • e51ece21c0 Add ui() function to extensions oobabooga 2023-02-24 19:00:11 -03:00
  • 2b4ce79b6f Fix the API oobabooga 2023-02-24 17:38:15 -03:00
  • 77f58e5dab Remove a space oobabooga 2023-02-24 17:32:34 -03:00
  • c5066f1192 Rename some variables, be consistent about ' and " oobabooga 2023-02-24 17:31:23 -03:00
  • 78ad55641b Remove duplicate max_new_tokens parameter oobabooga 2023-02-24 17:19:42 -03:00
  • 65326b545a Move all gradio elements to shared (so that extensions can use them) oobabooga 2023-02-24 16:46:50 -03:00
  • 0a3590da8c Add a progress bar oobabooga 2023-02-24 14:19:27 -03:00
  • 0817fe1beb Move code back into the chatbot wrapper oobabooga 2023-02-24 14:10:32 -03:00
  • fe1771157f Properly scrape huggingface for download links (for #122) oobabooga 2023-02-24 14:06:42 -03:00
  • 8a7563ae84 Reorder the imports oobabooga 2023-02-24 12:42:43 -03:00
  • ace74a557a Add some comments oobabooga 2023-02-24 12:41:27 -03:00
  • 3ffd7d36fd Increase the repetition penalty for pygmalion oobabooga 2023-02-24 12:31:30 -03:00
  • 0b90e0b3b6 Update README.md oobabooga 2023-02-24 12:01:07 -03:00
  • 1a23e6d185 Add Pythia to README oobabooga 2023-02-24 11:38:01 -03:00
  • fe5057f932 Simplify the extensions implementation oobabooga 2023-02-24 10:01:21 -03:00
  • e26118eba9 Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-02-24 09:41:11 -03:00
  • 2fb6ae6970 Move chat preprocessing into a separate function oobabooga 2023-02-24 09:40:48 -03:00
  • f4f508c8e2 Update README.md oobabooga 2023-02-24 09:03:09 -03:00
  • 876761329b Merge branch 'elwolf6-max_memory' oobabooga 2023-02-24 08:55:55 -03:00
  • f6f792363b Separate command-line params by spaces instead of commas oobabooga 2023-02-24 08:55:09 -03:00
  • e260e84e5a Merge branch 'max_memory' of https://github.com/elwolf6/text-generation-webui into elwolf6-max_memory oobabooga 2023-02-24 08:47:01 -03:00
  • 146f786c57 Reorganize a bit oobabooga 2023-02-24 08:44:54 -03:00
  • c2f4c395b9 Clean up some chat functions oobabooga 2023-02-24 08:31:30 -03:00
  • 5abdc99a7c gpu-memory arg change luis 2023-02-23 18:43:55 -05:00
  • 9ae063e42b Fix softprompts when deepspeed is active (#112) oobabooga 2023-02-23 20:22:47 -03:00
  • dac6fe0ff4 Reset the history if no default history exists on reload oobabooga 2023-02-23 19:53:50 -03:00
  • 3b8cecbab7 Reload the default chat on page refresh oobabooga 2023-02-23 19:50:23 -03:00
  • f1914115d3 Fix minor issue with chat logs oobabooga 2023-02-23 16:04:47 -03:00