Getting Started
From your Markdown files to a deployed website in few minutes.
Install
- If you don't have rye python package manager, install in here
- Clone repository and install dependencies
git clone https://github.com/seonglae/llama2gptq
cd llama2gptq
git clone https://huggingface.co/datasets/texonom/llama2gptq db
rye sync
- Run web UI Actiavet rye venv environment and run Web UI
Windows
source .venv/Scripts/activate
streamlit run chat.py
Boom!
Chat supported with related documents
CLI streaming demo
✨ Well done! A browser window should automatically open for http://localhost:8501
Table of Contents