Sign inSign up

ftsiadimos/ollamaiq

By ftsiadimos

Updated about 1 month ago

Ollama Benchmark your local LLM models

Image
0

2.0K

ftsiadimos/ollamaiq repository overview

🧠 Ollama IQ Model Tester ✅

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):

Pull and run in one command

docker run -d \
  --name ollamaiq \
  -p 9912:9912 \
  ftsiadimos/ollamaiq

Open http://localhost:9912

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

📸 Screenshot

Alt text

Tag summary

Content type

Image

Digest

sha256:786c5d25b

Size

50.1 MB

Last updated

about 1 month ago

docker pull ftsiadimos/ollamaiq