mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-28 18:21:12 +00:00
Extensive documentation
This commit is contained in:
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ko_fi: turboderp
|
||||||
19
LICENSE
Normal file
19
LICENSE
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
44
README.md
Normal file
44
README.md
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
<p align="center">
|
||||||
|
|
||||||
|
# ExUI
|
||||||
|
|
||||||
|
This is a simple, lightweight web interface for [ExLlamaV2](https://github.com/turboderp/exllamav2).
|
||||||
|
|
||||||
|
### Overview of features
|
||||||
|
|
||||||
|
- Friendly, responsive and minimalistic UI
|
||||||
|
- Persistent sessions
|
||||||
|
- Multiple instruct formats
|
||||||
|
- Speculative decoding
|
||||||
|
- Supports EXL2, GPTQ and FP16 models
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|
[](doc/screenshot1.png)
|
||||||
|
[](doc/screenshot2.png)
|
||||||
|
|
||||||
|
### Running locally
|
||||||
|
|
||||||
|
First, clone this repository and install requirements:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/turboderp/exui
|
||||||
|
cd exui
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Then run the web server with the included server.py:
|
||||||
|
|
||||||
|
```
|
||||||
|
python server.py
|
||||||
|
```
|
||||||
|
|
||||||
|
Your browser should automatically open on `localhost:5000`
|
||||||
|
|
||||||
|
### More to come
|
||||||
|
|
||||||
|
Stay tuned.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
BIN
doc/icon.png
BIN
doc/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 73 KiB |
BIN
doc/screenshot1.png
Normal file
BIN
doc/screenshot1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 275 KiB |
BIN
doc/screenshot1_thumb.png
Normal file
BIN
doc/screenshot1_thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
doc/screenshot2.png
Normal file
BIN
doc/screenshot2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
BIN
doc/screenshot2_thumb.png
Normal file
BIN
doc/screenshot2_thumb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user