Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 397 Bytes

File metadata and controls

23 lines (15 loc) · 397 Bytes

Installation

Install Ollama

Follow the instruction of this link.

curl -fsSL https://ollama.com/install.sh | sh

Download the model, in this case llama3.1. this command will also be used to run the model

ollama run llama3.1

To exit the model type /bye

Install environment

pip install -r requirements.txt