There was an error while loading. Please reload this page.
From the repository root:
# Upstream-style CLI + server go build -o ollama . # Terminal-native CLI (no HTTP for ask/chat) make build-super-ollama # writes ./bin/super-ollama
bin/ and a root-level super-ollama binary are gitignored; build locally as needed.
bin/
super-ollama
Full module:
go test ./...
Optional in-process scheduler smoke test:
OLLAMA_SUPER_OLLAMA_SMOKE=1 go test ./internal/engine/ -count=1
See .github/workflows/ for automated tests.
.github/workflows/