Published

Llama2 Chatbot

Published
Gaudhiwaa Hendrasto

🦙 Llama2 Chatbot

image

⚙️ Installation

  1. Download the llama-2-7b-chat.ggmlv3.q8_0.bin here huggingface-llama2

  2. Then make a folder named models, and put the llama2 model inside.

    folder-structure

  3. Activate the environment.

python -m venv venv
venv\Scripts\activate
  1. Run the streamlit.
stremlit run app.py

All of the scripts are available on GitHub

Written by Gaudhiwaa Hendrasto