Commit Graph

  • 49ce866c99 Fix silero_tts main oobabooga 2023-04-12 00:58:11 -03:00
  • ff610b47d2 Make api-example-stream.py functional again oobabooga 2023-04-12 00:25:30 -03:00
  • 3850f13624 Change fn_index in api_example_stream (#904) Andy Salerno 2023-04-11 20:15:12 -07:00
  • 461ca7faf5 Mention that pull request reviews are welcome oobabooga 2023-04-11 23:12:48 -03:00
  • 832ee4323d API: add endpoint for counting tokens (#1051) Tymec 2023-04-12 04:08:42 +02:00
  • 1405cd8af2 Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-04-11 22:44:05 -03:00
  • 2289d3686f Update API example oobabooga 2023-04-11 22:43:23 -03:00
  • 61641a4551 Add missing new parameters to API extension Alexander01998 2023-04-12 03:41:13 +02:00
  • f2be87235d Comment lines that were causing undefined behavior oobabooga 2023-04-11 22:40:04 -03:00
  • 8265d45db8 Add send dummy message/reply buttons oobabooga 2023-04-11 22:21:41 -03:00
  • 37d52c96bc Fix Continue in chat mode oobabooga 2023-04-11 21:46:17 -03:00
  • f2ec880e81 Auto-scroll to the bottom when streaming is over in notebook/default modes oobabooga 2023-04-11 20:58:10 -03:00
  • f34f2daa3d More reasonable default preset oobabooga 2023-04-11 18:57:46 -03:00
  • cacbcda208 Two new options: truncation length and ban eos token oobabooga 2023-04-11 18:46:06 -03:00
  • 749c08a4ff Update README.md oobabooga 2023-04-11 14:42:10 -03:00
  • e9e93189ff Fix text overflow in chat and instruct mode (#1044) DavG25 2023-04-11 19:41:29 +02:00
  • dc3c9d00a0 Update the API extension oobabooga 2023-04-11 13:06:51 -03:00
  • 457d3c58eb Update the API example oobabooga 2023-04-11 12:57:36 -03:00
  • 78bbc66fc4 allow custom stopping strings in all modes (#903) catalpaaa 2023-04-11 08:30:06 -07:00
  • 0f212093a3 Refactor the UI oobabooga 2023-04-11 11:46:30 -03:00
  • 98dcfb8e12 Minor fixes refactor oobabooga 2023-04-11 11:24:55 -03:00
  • d0a6b53b4b Clean up oobabooga 2023-04-11 11:11:10 -03:00
  • 0f6cbe6e95 Refactor the UI oobabooga 2023-04-11 10:49:26 -03:00
  • 64f5c90ee7 Fix the API extension oobabooga 2023-04-10 20:14:38 -03:00
  • 58b34c0841 Fix chat_prompt_size oobabooga 2023-04-10 20:06:42 -03:00
  • 39fa6e57cc Bump llama-cpp-python from 0.1.30 to 0.1.32 dependabot/pip/llama-cpp-python-0.1.32 dependabot[bot] 2023-04-10 21:05:51 +00:00
  • 5234071c04 Improve Instruct mode text readability oobabooga 2023-04-10 17:41:07 -03:00
  • 09d8119e3c Add CPU LoRA training (#938) IggoOnCode 2023-04-10 22:29:00 +02:00
  • 0caf718a21 add on-page documentation to parameters (#1008) Alex "mcmonkey" Goodwin 2023-04-10 13:19:12 -07:00
  • 85a7954823 Update settings-template.json oobabooga 2023-04-10 16:53:07 -03:00
  • d37b4f76b1 Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-04-10 16:45:09 -03:00
  • bd04ff27ad Make the bos token optional oobabooga 2023-04-10 16:44:22 -03:00
  • f035b01823 Update README.md oobabooga 2023-04-10 16:20:23 -03:00
  • b7ca89ba3f Mention that build-essential is required (#1013) Jeff Lefebvre 2023-04-10 14:19:10 -05:00
  • 52339e9b20 add make/g++ to docker (#1015) loeken 2023-04-10 21:18:07 +02:00
  • 4961f43702 Improve header bar colors oobabooga 2023-04-10 16:15:16 -03:00
  • 617530296e Instruct mode color/style improvements oobabooga 2023-04-10 16:04:21 -03:00
  • 0f1627eff1 Don't treat Intruct mode histories as regular histories oobabooga 2023-04-10 15:48:07 -03:00
  • d679c4be13 Change a label oobabooga 2023-04-10 11:44:37 -03:00
  • 45244ed125 More descriptive download info oobabooga 2023-04-10 11:42:12 -03:00
  • 7e70741a4e Download models from Model tab (#954 from UsamaKenway/main) oobabooga 2023-04-10 11:38:30 -03:00
  • 11b23db8d4 Remove unused imports oobabooga 2023-04-10 11:37:42 -03:00
  • 2c14df81a8 Use download-model.py to download the model oobabooga 2023-04-10 11:36:39 -03:00
  • c6e9ba20a4 Merge branch 'main' into UsamaKenway-main oobabooga 2023-04-10 11:14:03 -03:00
  • 843f672227 fix random seeds to actually randomize (#1004 from mcmonkey4eva/seed-fix) oobabooga 2023-04-10 10:56:12 -03:00
  • 769aa900ea Print the used seed oobabooga 2023-04-10 10:53:31 -03:00
  • 32d078487e Add llama-cpp-python to requirements.txt oobabooga 2023-04-10 10:45:51 -03:00
  • 30befe492a fix random seeds to actually randomize Alex "mcmonkey" Goodwin 2023-04-10 06:29:10 -07:00
  • 1911504f82 Minor bug fix oobabooga 2023-04-09 23:45:41 -03:00
  • 8178fde2cb Added dropdown to character bias. (#986) BlueprintCoding 2023-04-09 20:44:31 -06:00
  • dba2000d2b Do things that I am not proud of oobabooga 2023-04-09 23:40:17 -03:00
  • 65552d2157 Merge branch 'main' of github.com:oobabooga/text-generation-webui oobabooga 2023-04-09 23:19:53 -03:00
  • 8c6155251a More robust 4-bit model loading oobabooga 2023-04-09 23:19:28 -03:00
  • 992663fa20 Added xformers support to Llama (#950) MarkovInequality 2023-04-09 22:08:40 -04:00
  • 625d81f495 Update character log logic (#977) Brian O'Connor 2023-04-09 21:20:21 -04:00
  • 57f768eaad Better preset in api-example.py oobabooga 2023-04-09 22:18:40 -03:00
  • a3085dba07 Fix LlamaTokenizer eos_token (attempt) oobabooga 2023-04-09 21:19:39 -03:00
  • 120f5662cf Better handle spaces for Continue oobabooga 2023-04-09 20:37:31 -03:00
  • b27d757fd1 Minor change oobabooga 2023-04-09 20:06:20 -03:00
  • d29f4624e9 Add a Continue button to chat mode oobabooga 2023-04-09 20:04:16 -03:00
  • 170e0c05c4 Typo oobabooga 2023-04-09 17:00:59 -03:00
  • 34ec02d41d Make download-model.py importable oobabooga 2023-04-09 16:59:59 -03:00
  • f91d3a3ff4 server.py readability oobabooga 2023-04-09 14:46:32 -03:00
  • ebdf4c8c12 path fixed Usama Kenway 2023-04-09 16:53:21 +05:00
  • 7436dd5b4a download custom model menu (from hugging face) added in model tab Usama Kenway 2023-04-09 16:11:43 +05:00
  • bce1b7fbb2 Update README.md oobabooga 2023-04-09 02:19:40 -03:00
  • f7860ce192 Update README.md oobabooga 2023-04-09 02:19:17 -03:00
  • ece8ed2c84 Update README.md oobabooga 2023-04-09 02:18:42 -03:00
  • cc693a7546 Remove obsolete code oobabooga 2023-04-09 00:51:07 -03:00
  • 2fde50a800 Delete docker.md oobabooga 2023-04-08 22:37:54 -03:00
  • acc235aced updated docs for docker, setup video added, removed left over GPTQ_VERSION from docker-compose (#940) loeken 2023-04-09 03:35:15 +02:00
  • df561fd896 Fix ggml downloading in download-model.py (#915) Blake Wyatt 2023-04-08 21:52:30 +00:00
  • d272ac46dd Add Pillow as a requirement oobabooga 2023-04-08 18:48:46 -03:00
  • cb169d0834 Minor formatting changes oobabooga 2023-04-08 17:34:07 -03:00
  • 2f16d0afca Remove redundant events oobabooga 2023-04-08 17:32:36 -03:00
  • a6a00cb82f Properly concatenate chat events oobabooga 2023-04-08 17:25:21 -03:00
  • 25652f0994 Properly concatenate chat events concatenate-events oobabooga 2023-04-08 17:16:46 -03:00
  • c97c270040 Send_pictures small fix (#546) Φφ 2023-04-08 07:55:16 +03:00
  • 0b458bf82d Simplify a function oobabooga 2023-04-07 21:37:41 -03:00
  • ffd102e5c0 SD Api Pics extension, v.1.1 (#596) Φφ 2023-04-08 03:36:04 +03:00
  • 5543a5089d Auto-submit the whisper extension transcription oobabooga 2023-04-07 15:57:29 -03:00
  • 1dc464dcb0 Sort imports oobabooga 2023-04-07 14:42:03 -03:00
  • 962e33dc10 Change button style oobabooga 2023-04-07 12:22:14 -03:00
  • 42ea6a3fc0 Change the timing for setup() calls oobabooga 2023-04-07 12:20:57 -03:00
  • e563b015d8 Silero TTS offline cache (#628) Φφ 2023-04-07 18:15:57 +03:00
  • 1c413ed593 Remove torch from silero oobabooga 2023-04-07 11:51:50 -03:00
  • 3f922d4bfb Extract the Preprocessing for Silero into a file and Improve it (#757) da3dsoul 2023-04-07 10:46:29 -04:00
  • 744bf7cbf2 Get rid of type parameter warning (#883) Maya 2023-04-07 17:17:16 +03:00
  • 768354239b Change training file encoding oobabooga 2023-04-07 11:15:52 -03:00
  • 6762e62a40 Simplifications oobabooga 2023-04-07 11:14:32 -03:00
  • a453d4e9c4 Reorganize some chat functions oobabooga 2023-04-07 11:07:03 -03:00
  • ec979cd9c4 Use updated docker compose (#877) MarlinMr 2023-04-07 15:48:47 +02:00
  • 2c0018d946 Cosmetic change of README.md (#878) MarlinMr 2023-04-07 15:47:10 +02:00
  • 8fa182cfa7 Fix regeneration of first message in instruct mode (#881) Maya 2023-04-07 16:45:42 +03:00
  • 862aad637b Tweak COPY order in Dockerfile (#863) Alastair D'Silva 2023-04-07 13:56:44 +10:00
  • 46c4654226 More PEP8 stuff oobabooga 2023-04-07 00:52:02 -03:00
  • ea6e77df72 Make the code more like PEP8 for readability (#862) oobabooga 2023-04-07 00:15:45 -03:00
  • f57ebb6c42 Revert unintended changes reformat2 oobabooga 2023-04-07 00:13:14 -03:00
  • 01cacfc14f Reformat everything oobabooga 2023-04-07 00:08:46 -03:00
  • 7b1b1d8e39 Make the code more like PEP8 reformat oobabooga 2023-04-07 00:00:16 -03:00