A gradio web UI for running Large Language Models like LLaMA, llama.cpp, GPT-J, Pythia, OPT, and GALACTICA.
Go to file
Blake Wyatt 6d2c72b593
Add support for MacOS, Linux, and WSL (#21)
* Initial commit

* Initial commit with new code

* Add comments

* Move GPTQ out of if

* Fix install on Arch Linux

* Fix case where install was aborted

If the install was aborted before a model was downloaded, webui wouldn't run.

* Update start_windows.bat

Add necessary flags to Miniconda installer
Disable Start Menu shortcut creation
Disable ssl on Conda
Change Python version to latest 3.10,
I've noticed that explicitly specifying 3.10.9 can break the included Python installation

* Update bitsandbytes wheel link to 0.38.1

Disable ssl on Conda

* Add check for spaces in path

Installation of Miniconda will fail in this case

* Mirror changes to mac and linux scripts

* Start with model-menu

* Add updaters

* Fix line endings

* Add check for path with spaces

* Fix one-click updating

* Fix one-click updating

* Clean up update scripts

* Add environment scripts

---------

Co-authored-by: jllllll <3887729+jllllll@users.noreply.github.com>
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2023-04-18 02:23:09 -03:00
environment_linux.sh Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
environment_macos.sh Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
environment_windows.bat Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
start_linux.sh Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
start_macos.sh Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
start_windows.bat Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
update_linux.sh Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
update_macos.sh Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
update_windows.bat Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00
webui.py Add support for MacOS, Linux, and WSL (#21) 2023-04-18 02:23:09 -03:00