From 2e5fa62e059ad5edde9d91e8d3a3c06510be3639 Mon Sep 17 00:00:00 2001 From: adrianfiedler Date: Mon, 23 Oct 2023 16:26:56 +0200 Subject: [PATCH 1/4] Update training.py Tutorial Link --- modules/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/training.py b/modules/training.py index b880152abf..90448b813f 100644 --- a/modules/training.py +++ b/modules/training.py @@ -55,7 +55,7 @@ def create_ui(): tmp = gr.State('') with gr.Row(): with gr.Column(): - gr.Markdown("[Tutorial](https://github.com/oobabooga/text-generation-webui/blob/main/docs/Training-LoRAs.md)") + gr.Markdown("[Tutorial](https://github.com/oobabooga/text-generation-webui/blob/main/docs/05%20‐%20Training%20Tab.md)") with gr.Row(): copy_from = gr.Dropdown(label='Copy parameters from', value='None', choices=utils.get_available_loras(), elem_classes=['slim-dropdown'], interactive=not mu) From d1374eb63fa559e8a0c345f44ffae501b7184dfb Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:00:58 -0300 Subject: [PATCH 2/4] Update training.py --- modules/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/training.py b/modules/training.py index 90448b813f..ab5bad241e 100644 --- a/modules/training.py +++ b/modules/training.py @@ -55,7 +55,7 @@ def create_ui(): tmp = gr.State('') with gr.Row(): with gr.Column(): - gr.Markdown("[Tutorial](https://github.com/oobabooga/text-generation-webui/blob/main/docs/05%20‐%20Training%20Tab.md)") + gr.Markdown("[Tutorial](https://github.com/oobabooga/text-generation-webui/wiki/05-%E2%80%90-Training-Tab)") with gr.Row(): copy_from = gr.Dropdown(label='Copy parameters from', value='None', choices=utils.get_available_loras(), elem_classes=['slim-dropdown'], interactive=not mu) From b7e3105d6d6e11b8f505bd066189ceffb5ee6452 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:07:08 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f4455d22..7510579fbc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * 4-bit, 8-bit, and CPU inference through the transformers library * Use llama.cpp models with transformers samplers (`llamacpp_HF` loader) * [Multimodal pipelines, including LLaVA and MiniGPT-4](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/multimodal) -* [Extensions framework](docs/Extensions.md) +* [Extensions framework](https://github.com/oobabooga/text-generation-webui/wiki/07-%E2%80%90-Extensions) * [Custom chat characters](docs/Chat-mode.md) * Very efficient text streaming * Markdown output with LaTeX rendering, to use for instance with [GALACTICA](https://github.com/paperswithcode/galai) From 97ebfc1afd4669f65748b5a9dda4c027013c7c27 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:08:49 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7510579fbc..652f654dc9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * Use llama.cpp models with transformers samplers (`llamacpp_HF` loader) * [Multimodal pipelines, including LLaVA and MiniGPT-4](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/multimodal) * [Extensions framework](https://github.com/oobabooga/text-generation-webui/wiki/07-%E2%80%90-Extensions) -* [Custom chat characters](docs/Chat-mode.md) +* [Custom chat characters](https://github.com/oobabooga/text-generation-webui/wiki/03-%E2%80%90-Parameters-Tab#character) * Very efficient text streaming * Markdown output with LaTeX rendering, to use for instance with [GALACTICA](https://github.com/paperswithcode/galai) * API, including endpoints for websocket streaming ([see the examples](https://github.com/oobabooga/text-generation-webui/blob/main/api-examples)) @@ -60,7 +60,7 @@ To define persistent command-line flags like `--listen` or `--api`, edit the `CM #### Other info * There is no need to run any of those scripts as admin/root. -* For additional instructions about AMD setup, WSL setup, and nvcc installation, consult [this page](https://github.com/oobabooga/text-generation-webui/blob/main/docs/One-Click-Installers.md). +* For additional instructions about AMD setup, WSL setup, and nvcc installation, consult [the documentation](https://github.com/oobabooga/text-generation-webui/wiki). * The installer has been tested mostly on NVIDIA GPUs. If you can find a way to improve it for your AMD/Intel Arc/Mac Metal GPU, you are highly encouraged to submit a PR to this repository. The main file to be edited is `one_click.py`. * For automated installation, you can use the `GPU_CHOICE`, `USE_CUDA118`, `LAUNCH_AFTER_INSTALL`, and `INSTALL_EXTENSIONS` environment variables. For instance: `GPU_CHOICE=A USE_CUDA118=FALSE LAUNCH_AFTER_INSTALL=FALSE INSTALL_EXTENSIONS=FALSE ./start_linux.sh`. @@ -170,7 +170,7 @@ cp docker/.env.example .env docker compose up --build ``` -* You need to have docker compose v2.17 or higher installed. See [this guide](https://github.com/oobabooga/text-generation-webui/blob/main/docs/Docker.md) for instructions. +* You need to have docker compose v2.17 or higher installed. See [this guide](https://github.com/oobabooga/text-generation-webui/wiki/09-%E2%80%90-Docker) for instructions. * For additional docker files, check out [this repository](https://github.com/Atinoda/text-generation-webui-docker). ### Updating the requirements