CrawlQuery_Answers / setup.sh
PraveenVellingiri's picture
Create setup.sh
4759cac verified
raw
history blame contribute delete
291 Bytes
#!/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