mirror of
https://github.com/ollama/ollama.git
synced 2026-06-20 13:27:47 -05:00
358 B
358 B
AGENTS.md
Building
For a full build from the repository root:
cmake -B build .
cmake --build build --parallel 8
./ollama serve
For quick Go-only iteration against an existing native payload:
go build .
go run . serve
See docs/development.md for prerequisites, platform notes, GPU backends, and
the full development workflow.