Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 376 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 376 Bytes

Ollama training with the Book of Swarm

Setup

Download Ollama from https://ollama.com/download

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

Pull the models

ollama pull llama3
ollama pull mistral

Install requirements (it is advised to use a virtual environment)

pip install -r requirements.txt

Run Jupyter Lab

jupyter lab