- Published
Llama2 Chatbot
- Published
- Gaudhiwaa Hendrasto
🦙 Llama2 Chatbot
⚙️ Installation
Download the llama-2-7b-chat.ggmlv3.q8_0.bin here huggingface-llama2
Then make a folder named models, and put the llama2 model inside.
Activate the environment.
python -m venv venv
venv\Scripts\activate
- Run the streamlit.
stremlit run app.py
All of the scripts are available on GitHub
Written by Gaudhiwaa Hendrasto