1. 15 Apr, 2025 1 commit
  2. 08 Apr, 2025 1 commit
  3. 01 Apr, 2025 1 commit
  4. 27 Mar, 2025 1 commit
  5. 25 Mar, 2025 1 commit
  6. 21 Mar, 2025 2 commits
  7. 13 Mar, 2025 1 commit
  8. 10 Mar, 2025 1 commit
  9. 07 Mar, 2025 1 commit
    • ‮rekcäH nitraM‮'s avatar
      Better WantedBy declaration · 25248f4b
      ‮rekcäH nitraM‮ authored
      The problem with default.target is that it always points to the target that is currently started. So if you boot into single user mode or the rescue mode still Ollama tries to start.
      
      I noticed this because either tried (and failed) to start all the time during a system update, where Ollama definitely is not wanted.
      25248f4b
  10. 05 Mar, 2025 1 commit
  11. 04 Mar, 2025 1 commit
    • Blake Mizerany's avatar
      server/.../backoff,syncs: don't break builds without synctest (#9484) · 55ab9f37
      Blake Mizerany authored
      Previously, developers without the synctest experiment enabled would see
      build failures when running tests in some server/internal/internal
      packages using the synctest package. This change makes the transition to
      use of the package less painful but guards the use of the synctest
      package with build tags.
      
      synctest is enabled in CI. If a new change will break a synctest
      package, it will break in CI, even if it does not break locally.
      
      The developer docs have been updated to help with any confusion about
      why package tests pass locally but fail in CI.
      55ab9f37
  12. 27 Feb, 2025 1 commit
    • Daniel Hiltgen's avatar
      Windows ARM build (#9120) · 688925ac
      Daniel Hiltgen authored
      * Windows ARM build
      
      Skip cmake, and note it's unused in the developer docs.
      
      * Win: only check for ninja when we need it
      
      On windows ARM, the cim lookup fails, but we don't need ninja anyway.
      688925ac
  13. 25 Feb, 2025 2 commits
  14. 22 Feb, 2025 1 commit
  15. 15 Feb, 2025 1 commit
  16. 13 Feb, 2025 1 commit
  17. 08 Feb, 2025 1 commit
  18. 07 Feb, 2025 2 commits
  19. 06 Feb, 2025 1 commit
  20. 05 Feb, 2025 1 commit
  21. 03 Feb, 2025 1 commit
  22. 02 Feb, 2025 1 commit
  23. 29 Jan, 2025 2 commits
    • Parth Sareen's avatar
    • Michael Yang's avatar
      next build (#8539) · dcfb7a10
      Michael Yang authored
      
      
      * add build to .dockerignore
      
      * test: only build one arch
      
      * add build to .gitignore
      
      * fix ccache path
      
      * filter amdgpu targets
      
      * only filter if autodetecting
      
      * Don't clobber gpu list for default runner
      
      This ensures the GPU specific environment variables are set properly
      
      * explicitly set CXX compiler for HIP
      
      * Update build_windows.ps1
      
      This isn't complete, but is close.  Dependencies are missing, and it only builds the "default" preset.
      
      * build: add ollama subdir
      
      * add .git to .dockerignore
      
      * docs: update development.md
      
      * update build_darwin.sh
      
      * remove unused scripts
      
      * llm: add cwd and build/lib/ollama to library paths
      
      * default DYLD_LIBRARY_PATH to LD_LIBRARY_PATH in runner on macOS
      
      * add additional cmake output vars for msvc
      
      * interim edits to make server detection logic work with dll directories like lib/ollama/cuda_v12
      
      * remove unncessary filepath.Dir, cleanup
      
      * add hardware-specific directory to path
      
      * use absolute server path
      
      * build: linux arm
      
      * cmake install targets
      
      * remove unused files
      
      * ml: visit each library path once
      
      * build: skip cpu variants on arm
      
      * build: install cpu targets
      
      * build: fix workflow
      
      * shorter names
      
      * fix rocblas install
      
      * docs: clean up development.md
      
      * consistent build dir removal in development.md
      
      * silence -Wimplicit-function-declaration build warnings in ggml-cpu
      
      * update readme
      
      * update development readme
      
      * llm: update library lookup logic now that there is one runner (#8587)
      
      * tweak development.md
      
      * update docs
      
      * add windows cuda/rocm tests
      
      ---------
      Co-authored-by: default avatarjmorganca <jmorganca@gmail.com>
      Co-authored-by: default avatarDaniel Hiltgen <daniel@ollama.com>
      dcfb7a10
  24. 23 Jan, 2025 1 commit
  25. 21 Jan, 2025 1 commit
  26. 20 Jan, 2025 1 commit
  27. 15 Jan, 2025 1 commit
  28. 14 Jan, 2025 1 commit
  29. 13 Jan, 2025 1 commit
  30. 29 Dec, 2024 1 commit
  31. 27 Dec, 2024 1 commit
  32. 20 Dec, 2024 1 commit
  33. 13 Dec, 2024 1 commit
  34. 11 Dec, 2024 1 commit
  35. 10 Dec, 2024 2 commits