Ollama Benchmark your local LLM models
2.0K
Benchmark your local LLM models, finds models, measures per-prompt latency, and runs lightweight "smartness" and code-skill checks.
Github https://github.com/ftsiadimos/OllamaIQ
Feature requests, bug reports, and other contributions are welcome. The best way is to open an issue on GitHub.
Run the official image exposing the default app port (9912):
docker run -d \
--name ollamaiq \
-p 9912:9912 \
ftsiadimos/ollamaiq
Or with Docker Compose (example):
version: '3.8'
services:
ollamaiq:
image: ftsiadimos/ollamaiq
container_name: ollamaiq
ports:
- "9912:9912"
restart: unless-stopped
Start it:
docker-compose up -d

Content type
Image
Digest
sha256:786c5d25b…
Size
50.1 MB
Last updated
about 1 month ago
docker pull ftsiadimos/ollamaiq