mirror of
https://github.com/ollama/ollama.git
synced 2025-04-01 08:30:16 +02: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.