1. 23 May, 2024 1 commit
  2. 01 May, 2024 1 commit
  3. 09 Apr, 2024 2 commits
  4. 26 Mar, 2024 1 commit
  5. 25 Mar, 2024 1 commit
  6. 09 Mar, 2024 1 commit
  7. 07 Mar, 2024 3 commits
    • Daniel Hiltgen's avatar
      Revamp ROCm support · 6c5ccb11
      Daniel Hiltgen authored
      This refines where we extract the LLM libraries to by adding a new
      OLLAMA_HOME env var, that defaults to `~/.ollama` The logic was already
      idempotenent, so this should speed up startups after the first time a
      new release is deployed.  It also cleans up after itself.
      
      We now build only a single ROCm version (latest major) on both windows
      and linux.  Given the large size of ROCms tensor files, we split the
      dependency out.  It's bundled into the installer on windows, and a
      separate download on windows.  The linux install script is now smart and
      detects the presence of AMD GPUs and looks to see if rocm v6 is already
      present, and if not, then downloads our dependency tar file.
      
      For Linux discovery, we now use sysfs and check each GPU against what
      ROCm supports so we can degrade to CPU gracefully instead of having
      llama.cpp+rocm assert/crash on us.  For Windows, we now use go's windows
      dynamic library loading logic to access the amdhip64.dll APIs to query
      the GPU information.
      6c5ccb11
    • Jeffrey Morgan's avatar
      update go to 1.22 in other places (#2975) · d481fb3c
      Jeffrey Morgan authored
      d481fb3c
    • John's avatar
      fix some typos (#2973) · 23ebe8fe
      John authored
      
      Signed-off-by: default avatarhishope <csqiye@126.com>
      23ebe8fe
  8. 21 Jan, 2024 1 commit
  9. 20 Jan, 2024 1 commit
  10. 18 Jan, 2024 3 commits
  11. 11 Jan, 2024 1 commit
    • Daniel Hiltgen's avatar
      Build multiple CPU variants and pick the best · d88c527b
      Daniel Hiltgen authored
      This reduces the built-in linux version to not use any vector extensions
      which enables the resulting builds to run under Rosetta on MacOS in
      Docker.  Then at runtime it checks for the actual CPU vector
      extensions and loads the best CPU library available
      d88c527b
  12. 25 Dec, 2023 1 commit
  13. 22 Dec, 2023 1 commit
  14. 19 Dec, 2023 1 commit
  15. 01 Oct, 2023 1 commit
  16. 20 Sep, 2023 4 commits
  17. 14 Sep, 2023 1 commit
  18. 12 Sep, 2023 1 commit
  19. 30 Aug, 2023 1 commit
    • Bruce MacDonald's avatar
      subprocess llama.cpp server (#401) · 42998d79
      Bruce MacDonald authored
      * remove c code
      * pack llama.cpp
      * use request context for llama_cpp
      * let llama_cpp decide the number of threads to use
      * stop llama runner when app stops
      * remove sample count and duration metrics
      * use go generate to get libraries
      * tmp dir for running llm
      42998d79
  20. 25 Aug, 2023 1 commit
  21. 08 Aug, 2023 1 commit
  22. 24 Jul, 2023 1 commit
  23. 21 Jul, 2023 1 commit
  24. 18 Jul, 2023 1 commit
  25. 07 Jul, 2023 1 commit
  26. 28 Jun, 2023 4 commits
  27. 27 Jun, 2023 3 commits