File size: 291 Bytes
4759cac
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Install Ollama CLI (example for Ubuntu Linux, adjust if needed)
# Check official Ollama docs for Linux installation steps or your custom setup

curl -fsSL https://ollama.com/download/linux | bash

# (Optional) Download or setup your local model, e.g. llama2
ollama pull llama2