You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

291 B

Development

Install required tools:

brew install go

Enable CGO:

export CGO_ENABLED=1

You will also need a C/C++ compiler such as GCC for MacOS and Linux or Mingw-w64 GCC for Windows.

Then build ollama:

go build .

Now you can run ollama:

./ollama