1. 11 Jan, 2024 1 commit
  2. 09 Jan, 2024 2 commits
  3. 07 Jan, 2024 1 commit
  4. 04 Jan, 2024 2 commits
  5. 02 Jan, 2024 2 commits
    • Daniel Hiltgen's avatar
      Switch windows build to fully dynamic · d966b730
      Daniel Hiltgen authored
      Refactor where we store build outputs, and support a fully dynamic loading
      model on windows so the base executable has no special dependencies thus
      doesn't require a special PATH.
      d966b730
    • Daniel Hiltgen's avatar
      Refactor how we augment llama.cpp · 9a70aecc
      Daniel Hiltgen authored
      This changes the model for llama.cpp inclusion so we're not applying a patch,
      but instead have the C++ code directly in the ollama tree, which should make it
      easier to refine and update over time.
      9a70aecc
  6. 19 Dec, 2023 3 commits