1. 09 Apr, 2024 1 commit
    • Blake Mizerany's avatar
      build.go: introduce a friendlier way to build Ollama (#3548) · fccf3eec
      Blake Mizerany authored
      This commit introduces a more friendly way to build Ollama dependencies
      and the binary without abusing `go generate` and removing the
      unnecessary extra steps it brings with it.
      
      This script also provides nicer feedback to the user about what is
      happening during the build process.
      
      At the end, it prints a helpful message to the user about what to do
      next (e.g. run the new local Ollama).
      fccf3eec