/ashlr-ollama-setup
Diagnose and guide local Ollama install so ashlr can use it for LLM summarization.
When to use
When you want ashlr__read to summarize the middle of large files with a local LLM instead of the heuristic snip-compact. Also needed for genome consolidation without a Pro token.
What it does
- Checks if
ollamais installed and running (ollama list) - If not running, shows the install command and the
ollama serveinvocation - Checks which models are pulled; suggests
mistral:7borllama3:8bif none suitable - Walks through pulling a model if needed
- Updates
~/.ashlr/settings.jsonwithsummarize: trueandsummarizeModel: <model>
Output
Minimum requirements
- Ollama 0.1.x or later
- 8 GB RAM (for 7B models with 4-bit quantization)
- Any model from the Ollama library —
mistral:7brecommended for speed/quality balance
Related
/ashlr-settings— view/change summarize settings manually- Pro setup — use cloud summarization without Ollama