Local LLM Ops (Ollama) Overview Your repo provides a full local LLM toolchain on Apple Silicon: setup scripts, a rich CLI chat launcher, benchmarks, and diagnostics. The operational path is: install Ollama, ensure the service is running, initialize the venv, pull models, then launch chat or benchmarks. Quick Start If no models are present: Setup Checklist 1. Install Ollama: 2. Start the service: 3. Run setup: 4. Verify service: Chat Launchers - (primary launcher) - or (alternate launchers) - Aliases: then , , Task modes: Benchmark Workflow Benchmarks are scripted in : This runs with: - - - Mu…