2023-10-30 17:22:47 -04:00
2023-10-30 16:57:54 +01:00
2023-10-29 20:55:38 +01:00
2023-10-29 20:55:38 +01:00
2023-10-29 20:55:38 +01:00
2023-10-30 17:22:47 -04:00
2023-10-29 21:32:54 +01:00
2023-10-29 20:55:38 +01:00

EX UI - Official Web UI for ExLlamaV2

Overview of features

  • Save multiple model configurations at once and persist them between sessions for easier multi-model loading
  • Maintain several chats at once with individual chat sessions
  • Supports latest ExLlamaV2 models

Running locally

First, clone this repository and install requirements:

git clone https://github.com/turboderp/exui
cd exui
pip install -r requirements.txt

Now you can run the web interface with the included server.py:

python server.py

Now you're ready to connect on localhost:5000

Available flags

Flag Description
-h, --help show this help message and exit
-host, --host Set the host and port with IP:PORT, eg 0.0.0.0:7860, default localhost:5000
-d, --dir Location for user data and sessions, default: ~/exui
Description
Web UI for ExLlamaV2
Readme MIT 3 MiB
Languages
JavaScript 48.6%
Python 34.3%
CSS 14.7%
HTML 2.4%