Skip to content

Latest commit

 

History

History

GProcess

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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