A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.
Find a file
2023-08-12 21:13:50 -07:00
.github/workflows Create stale.yml 2023-06-05 17:15:31 -03:00
.gitignore Create .gitignore (#43) 2023-05-02 23:47:19 -03:00
CMD_FLAGS.txt Remove --chat flag 2023-08-12 21:13:50 -07:00
cmd_linux.sh Improve environment isolation (#68) 2023-05-25 11:15:05 -03:00
cmd_macos.sh Fix cmd_macos.sh (#82) 2023-06-17 19:09:42 -03:00
cmd_windows.bat Improve environment isolation (#68) 2023-05-25 11:15:05 -03:00
cmd_wsl.bat Installer for WSL (#78) 2023-06-13 00:04:15 -03:00
generate_zips.sh Add CMD_FLAGS.txt functionality to WSL installer (#119) 2023-08-05 10:26:24 -03:00
INSTRUCTIONS-WSL.txt Several improvements (#117) 2023-08-03 14:39:46 -03:00
INSTRUCTIONS.txt Remove --chat flag 2023-08-12 21:13:50 -07:00
LICENSE Create LICENSE 2023-05-31 16:28:36 -03:00
README.md Create README.md 2023-08-10 14:32:40 -03:00
start_linux.sh Install Pytorch through pip instead of Conda (#84) 2023-06-20 16:39:23 -03:00
start_macos.sh Install Pytorch through pip instead of Conda (#84) 2023-06-20 16:39:23 -03:00
start_windows.bat Move special character check to start script (#92) 2023-06-24 10:06:35 -03:00
start_wsl.bat Installer for WSL (#78) 2023-06-13 00:04:15 -03:00
update_linux.sh Remove --chat flag 2023-08-12 21:13:50 -07:00
update_macos.sh Improve environment isolation (#68) 2023-05-25 11:15:05 -03:00
update_windows.bat Improve environment isolation (#68) 2023-05-25 11:15:05 -03:00
update_wsl.bat Installer for WSL (#78) 2023-06-13 00:04:15 -03:00
webui.py Simplify GPTQ-for-LLaMa installation (#122) 2023-08-10 13:19:47 -03:00
wsl.sh Add CMD_FLAGS.txt functionality to WSL installer (#119) 2023-08-05 10:26:24 -03:00

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.