mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05:00
This adjusts linux to follow a similar model to windows with a discrete archive (zip/tgz) to cary the primary executable, and dependent libraries. Runners are still carried as payloads inside the main binary Darwin retain the payload model where the go binary is fully self contained.