Commit graph

  • 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
  • 682f7bdbba
    Merge pull request #110 from oobabooga/refactored oobabooga 2023-02-23 15:30:32 -03:00
  • b78561fba6 Minor bug fix oobabooga 2023-02-23 15:26:41 -03:00
  • 2e86a1ec04 Move chat history into shared module oobabooga 2023-02-23 15:11:18 -03:00
  • c87800341c Move function to extensions module oobabooga 2023-02-23 14:55:21 -03:00
  • 2048b403a5 Reorder functions oobabooga 2023-02-23 14:49:02 -03:00
  • 7224343a70 Improve the imports oobabooga 2023-02-23 14:41:42 -03:00
  • 364529d0c7 Further refactor oobabooga 2023-02-23 14:31:28 -03:00
  • e46c43afa6 Move some stuff from server.py to modules oobabooga 2023-02-23 13:42:23 -03:00
  • 1dacd34165 Further refactor oobabooga 2023-02-23 13:28:30 -03:00
  • ce7feb3641 Further refactor oobabooga 2023-02-23 13:03:52 -03:00
  • 98af4bfb0d Refactor the code to make it more modular oobabooga 2023-02-23 12:05:25 -03:00
  • 18e0ec955e Improve some descriptions in --help oobabooga 2023-02-23 10:11:58 -03:00
  • ced5d9ab04
    Update README.md oobabooga 2023-02-23 10:04:07 -03:00
  • b18071330f
    Update README.md oobabooga 2023-02-23 01:32:05 -03:00
  • c72892835a Don't show *-np models in the list of choices oobabooga 2023-02-22 11:38:16 -03:00
  • 95e536f876 Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-02-22 11:24:14 -03:00
  • 044b963987 Add stop parameter for flexgen (#105) oobabooga 2023-02-22 11:23:36 -03:00
  • b4a7f5fa70
    Update README.md oobabooga 2023-02-22 01:54:12 -03:00
  • ea21a22940 Remove redundant preset oobabooga 2023-02-22 01:01:26 -03:00
  • b8b3d4139c Add --compress-weight parameter oobabooga 2023-02-22 00:43:21 -03:00
  • 193fb1660a Conversion seems to work better this way oobabooga 2023-02-22 00:35:10 -03:00
  • eef6fc3cbf Add a preset for FlexGen oobabooga 2023-02-21 23:33:15 -03:00
  • 311404e258 Reuse disk-cache-dir parameter for flexgen oobabooga 2023-02-21 22:11:05 -03:00
  • f3c75bbd64 Add --percent flag for flexgen oobabooga 2023-02-21 22:08:46 -03:00
  • b83f51ee04 Add FlexGen support #92 (experimental) oobabooga 2023-02-21 21:00:06 -03:00
  • e52b697d5a Add bf16 back here (the fp16 -> bf16 conversion takes a few seconds) oobabooga 2023-02-21 00:54:53 -03:00
  • bc856eb962 Add some more margin oobabooga 2023-02-20 20:49:21 -03:00
  • 444cd69c67 Fix regex bug in loading character jsons with special characters oobabooga 2023-02-20 19:38:19 -03:00
  • f867285e3d Make the circle a bit less red oobabooga 2023-02-20 18:41:38 -03:00
  • e4440cd984 Make highlighted text gray in cai-chat mode oobabooga 2023-02-20 16:43:32 -03:00
  • bb1dac2f76 Convert the download option (A-Z) to upper case oobabooga 2023-02-20 15:50:48 -03:00
  • d7a738fb7a Load any 13b/20b/30b model in 8-bit mode when no flags are supplied oobabooga 2023-02-20 15:44:10 -03:00
  • c1de491c63 No need to have bf16 support here oobabooga 2023-02-20 15:12:42 -03:00
  • 8123c5b01a Sort the imports oobabooga 2023-02-20 15:06:27 -03:00
  • 77846ceef3 Minor change oobabooga 2023-02-20 15:05:48 -03:00
  • e195377050 Deprecate torch dumps, move to safetensors (they load even faster) oobabooga 2023-02-20 15:03:19 -03:00
  • 14ffa0b418 Fix line breaks in --chat mode oobabooga 2023-02-20 13:25:46 -03:00
  • 58520a1f75
    Update README.md oobabooga 2023-02-20 12:44:31 -03:00
  • c8eab98fd2 Add an example of usage for the API oobabooga 2023-02-20 12:39:36 -03:00
  • c92f347c94
    Merge pull request #90 from SillyLossy/regexp oobabooga 2023-02-19 08:31:19 -03:00
  • ded890c378 Escape regexp in message extraction SillyLossy 2023-02-19 12:52:18 +02:00
  • 8c9dd95d55
    Print the softprompt metadata when it is loaded oobabooga 2023-02-19 01:48:23 -03:00
  • f79805f4a4
    Change a comment oobabooga 2023-02-18 22:58:40 -03:00
  • 05e9da0c12
    Update README.md oobabooga 2023-02-18 22:34:51 -03:00
  • b1add0e586
    Update README.md oobabooga 2023-02-18 22:32:16 -03:00
  • 55bb5e5ef0 Bump accelerate version oobabooga 2023-02-18 22:15:47 -03:00
  • 995bcfcf5e Minor style change oobabooga 2023-02-18 22:14:57 -03:00
  • d58544a420 Some minor formatting changes oobabooga 2023-02-18 11:07:55 -03:00
  • 3e6a8ccdce Fix galactica latex css oobabooga 2023-02-18 00:18:39 -03:00
  • 14f49bbe9a Fix galactica equations in dark mode oobabooga 2023-02-17 23:57:09 -03:00
  • abb4667b44 Improve basic HTML style oobabooga 2023-02-17 23:08:34 -03:00
  • 00ca17abc9 Minor change oobabooga 2023-02-17 22:52:03 -03:00
  • 2fd003c044 Fix gpt4chan styles that were broken by gradio 3.18.0 oobabooga 2023-02-17 22:47:41 -03:00
  • 0dd41e4830 Reorganize the sliders some more oobabooga 2023-02-17 16:33:27 -03:00
  • 6b9ac2f88e Reorganize the generation parameters oobabooga 2023-02-17 16:18:01 -03:00
  • 3923ac967f Create a cache for profile pictures (in RAM) oobabooga 2023-02-17 14:30:39 -03:00
  • 596732a981 The soft prompt length must be considered here too oobabooga 2023-02-17 12:35:30 -03:00
  • a6ddbbfc77 Add more fonts options oobabooga 2023-02-17 11:30:04 -03:00
  • 5eeb3f4e54 Make thumbnails for the profile pictures (for performance) oobabooga 2023-02-17 10:58:54 -03:00