-
Notifications
You must be signed in to change notification settings - Fork 0
LOCAL_LLM_BENCHMARKS
github-actions[bot] edited this page Jul 19, 2026
·
2 revisions
scripts/benchmark_local_llm.py measures one fictional duplicate-adjudication
request against an Ollama model that is already installed and already running.
It never downloads a model, launches a server, changes Ollama settings, or
stores prompts/responses in its output.
Plan a run without network activity:
python scripts/benchmark_local_llm.py --model existing-modelRun one request and save aggregate metrics:
python scripts/benchmark_local_llm.py --model existing-model --execute --output benchmark.jsonThe output contains endpoint, model, selected profile label, wall-clock time,
response byte count, and process peak RSS. A missing server or model exits
with code 2 and a skip: explanation; this is an environmental skip, not a
reason to download or configure anything automatically.
- Home
- CLI reference
- Interactive console guide
- Architecture ownership and dependency contracts
- Bounded file ingress
- Versioning and compatibility
- Continuous integration
- Release runbook
- Encrypted backup and recovery
- First-run storage diagnostics
- GEDCOM compatibility and release checks
- Built-in module authoring
- Privacy and consent
- Provider guide
- Local LLM benchmarks
- Local-first retrieval evaluation
- Wiki synchronization
- Wiki operations and recovery
- Security response checklist
- Electron and FastAPI desktop ADR
- Data-flow threat model and control matrix