A Gradio web UI for Large Language Models. Supports LoRA/QLoRA finetuning,RAG(Retrieval-augmented generation) and Chat
Last updated Jul 22, 2026
38
Stars
7
Forks
1
Issues
0
Stars/day
Attention Score
10
Topics
Language breakdown
Python 99.9%
Shell 0.1%
โธ Files
click to expand
README
llm-webui
A Gradio web UI for Large Language Models(Finetune, RAG, Chat).Chat UI
Training UI
visualization UI
RAG(Retrieval-augmented generation) UI
Features
- Finetune:lora/qlora
- RAG(Retrieval-augmented generation):
- Training tracking and visualization
- Config prompt template through UI
- Support online and offline model
- Support online and offline dataset
Install
Clone repo and install requirements.txt in a Python>=3.8.0 environmentgit clone https://github.com/wangermeng2021/llm-webui
cd llm-webui
pip install -r requirements.txt
Run
1. python main.py
2. Set huggingface hub token
> if you want to download Llama-2 from huggingface hub , you need to configure token:"Setting"->"Huggingface Hub Token"๐ More in this category