Commit Graph

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