1. 22 Feb, 2025 1 commit
  2. 15 Feb, 2025 1 commit
  3. 13 Feb, 2025 1 commit
  4. 08 Feb, 2025 1 commit
  5. 07 Feb, 2025 2 commits
  6. 06 Feb, 2025 1 commit
  7. 05 Feb, 2025 1 commit
  8. 03 Feb, 2025 1 commit
  9. 02 Feb, 2025 1 commit
  10. 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
  11. 23 Jan, 2025 1 commit
  12. 21 Jan, 2025 1 commit
  13. 20 Jan, 2025 1 commit
  14. 15 Jan, 2025 1 commit
  15. 14 Jan, 2025 1 commit
  16. 13 Jan, 2025 1 commit
  17. 29 Dec, 2024 1 commit
  18. 27 Dec, 2024 1 commit
  19. 20 Dec, 2024 1 commit
  20. 13 Dec, 2024 1 commit
  21. 11 Dec, 2024 1 commit
  22. 10 Dec, 2024 3 commits
    • Stefan Weil's avatar
    • Daniel Hiltgen's avatar
      build: fix typo in override variable (#8031) · 82a02e18
      Daniel Hiltgen authored
      The "F" was missing.
      82a02e18
    • Daniel Hiltgen's avatar
      build: Make target improvements (#7499) · 4879a234
      Daniel Hiltgen authored
      * llama: wire up builtin runner
      
      This adds a new entrypoint into the ollama CLI to run the cgo built runner.
      On Mac arm64, this will have GPU support, but on all other platforms it will
      be the lowest common denominator CPU build.  After we fully transition
      to the new Go runners more tech-debt can be removed and we can stop building
      the "default" runner via make and rely on the builtin always.
      
      * build: Make target improvements
      
      Add a few new targets and help for building locally.
      This also adjusts the runner lookup to favor local builds, then
      runners relative to the executable, and finally payloads.
      
      * Support customized CPU flags for runners
      
      This implements a simplified custom CPU flags pattern for the runners.
      When built without overrides, the runner name contains the vector flag
      we check for (AVX) to ensure we don't try to run on unsupported systems
      and crash.  If the user builds a customized set, we omit the naming
      scheme and don't check for compatibility.  This avoids checking
      requirements at runtime, so that logic has been removed as well.  This
      can be used to build GPU runners with no vector flags, or CPU/GPU
      runners with additional flags (e.g. AVX512) enabled.
      
      * Use relative paths
      
      If the user checks out the repo in a path that contains spaces, make gets
      really confused so use relative paths for everything in-repo to avoid breakage.
      
      * Remove payloads from main binary
      
      * install: clean up prior libraries
      
      This removes support for v0.3.6 and older versions (before the tar bundle)
      and ensures we clean up prior libraries before extracting the bundle(s).
      Without this change, runners and dependent libraries could leak when we
      update and lead to subtle runtime errors.
      4879a234
  23. 08 Dec, 2024 2 commits
  24. 06 Dec, 2024 1 commit
  25. 03 Dec, 2024 2 commits
  26. 02 Dec, 2024 1 commit
  27. 30 Nov, 2024 1 commit
  28. 21 Nov, 2024 2 commits
  29. 20 Nov, 2024 1 commit
  30. 19 Nov, 2024 1 commit
  31. 17 Nov, 2024 1 commit
  32. 15 Nov, 2024 1 commit
  33. 12 Nov, 2024 1 commit