mirror of
https://github.com/ollama/ollama.git
synced 2025-03-18 22:01:47 +01:00
In 0.5.2 we simplified packaging to have avx only for macos x86. It looks like there may still be some non-AVX systems out there, so this puts back the prior logic of building no-AVX for the primary binary, and now 2 runners for avx and avx2. These will be packaged in the App bundle only, so the stand-alone binary will now be without AVX support on macos. On arm, we'll also see these runners reported as available in the log, but they're dormant and will never be used at runtime.
Desktop
This app builds upon Ollama to provide a desktop experience for running models.
Developing
First, build the ollama
binary:
cd ..
go build .
Then run the desktop app with npm start
:
cd macapp
npm install
npm start