Install LoLLMs

One tool to rule them all. Clone the repository and execute the provided setup script.

🪟 Windows

Clone the repo and run the batch file.

git clone https://github.com/ParisNeo/lollms-webui.git
cd lollms-webui
run_windows.bat

🐧 Linux

Clone and execute the bash script.

git clone https://github.com/ParisNeo/lollms-webui.git
cd lollms-webui
chmod +x run.sh
./run.sh

🍎 MacOS

Clone and execute the bash script.

git clone https://github.com/ParisNeo/lollms-webui.git
cd lollms-webui
chmod +x run.sh
./run.sh
View Repository on GitHub