go generate ./...
go build .
Install required tools:
gcc version 11.4.0 or higher
brew install go cmake gcc
Get the required libraries:
go generate ./...
Then build ollama:
go build .
Now you can run ollama
:
./ollama
go generate ./...
go build .