Getting Started

From your Markdown files to a deployed website in few minutes.

Install

  1. If you don't have rye python package manager, install in here
  2. 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
  1. Run web UI Actiavet rye venv environment and run Web UI
Windows
source .venv/Scripts/activate
streamlit run chat.py
Mac
source .venv/bin/activate
streamlit run chat.py
Linux
source .venv/bin/activate
streamlit run chat.py

Boom!

CLI streaming demo

✨ Well done! A browser window should automatically open for http://localhost:8501