Merge branch 'main' of github.com:oobabooga/text-generation-webui
This commit is contained in:
commit
651eb50dd1
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ A gradio web UI for running large language models like gpt-j-6B, gpt-neo, opt, g
|
||||||
|
|
||||||
Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) of text generation.
|
Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) of text generation.
|
||||||
|
|
||||||
**[Try it on Google Colab.](https://colab.research.google.com/github/oobabooga/AI-Notebooks/blob/main/Colab-TextGen-GPU.ipynb)**
|
[[Try it on Google Colab]](https://colab.research.google.com/github/oobabooga/AI-Notebooks/blob/main/Colab-TextGen-GPU.ipynb) -> Updated on January 24th, responses are 100x better now <- [[full discussion]](https://github.com/oobabooga/text-generation-webui/issues/14)
|
||||||
|
|
||||||
| |  |
|
| |  |
|
||||||
|:---:|:---:|
|
|:---:|:---:|
|
||||||
|
@ -17,7 +17,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.
|
||||||
* Chat mode for conversation and role playing.
|
* Chat mode for conversation and role playing.
|
||||||
* Generate nice HTML output for GPT-4chan.
|
* Generate nice HTML output for GPT-4chan.
|
||||||
* Generate Markdown output for [GALACTICA](https://github.com/paperswithcode/galai), including LaTeX support.
|
* Generate Markdown output for [GALACTICA](https://github.com/paperswithcode/galai), including LaTeX support.
|
||||||
* Support for [Pygmalion](https://huggingface.co/models?search=pygmalionai/pygmalion) and custom characters in JSON format (just place the files under `characters/`).
|
* Support for [Pygmalion](https://huggingface.co/models?search=pygmalionai/pygmalion) and custom characters in JSON format ([see the FAQ](https://github.com/oobabooga/text-generation-webui/wiki/Pygmalion-chat-model-FAQ)).
|
||||||
* Stream the text output in real time.
|
* Stream the text output in real time.
|
||||||
* Load parameter presets from text files.
|
* Load parameter presets from text files.
|
||||||
* Load large models in 8-bit mode.
|
* Load large models in 8-bit mode.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue