mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.
.github/workflows | ||
.gitignore | ||
CMD_FLAGS.txt | ||
cmd_linux.sh | ||
cmd_macos.sh | ||
cmd_windows.bat | ||
cmd_wsl.bat | ||
generate_zips.sh | ||
INSTRUCTIONS-WSL.txt | ||
INSTRUCTIONS.txt | ||
LICENSE | ||
README.md | ||
start_linux.sh | ||
start_macos.sh | ||
start_windows.bat | ||
start_wsl.bat | ||
update_linux.sh | ||
update_macos.sh | ||
update_windows.bat | ||
update_wsl.bat | ||
webui.py | ||
wsl.sh |
One-click installers
These are automated installers for oobabooga/text-generation-webui.
The idea is to allow people to use the program without having to type commands in the terminal, thus making it more accessible.
How it works
The start
scripts download miniconda, create a conda environment inside the current folder, and then install the webui using that environment.
After the initial installation, the update
scripts are then used to automatically pull the latest text-generation-webui code and upgrade its requirements.
Limitations
- The start/update scripts themselves are not automatically updated. To update them, you have to re-download the zips listed on the main README and overwrite your existing files.