"vscode:/vscode.git/clone" did not exist on "5e3f8fff40604ed2332e9f07b3796b15b43b91bb"
  1. 20 Sep, 2024 1 commit
    • Daniel Hiltgen's avatar
      Add Windows arm64 support to official builds (#5712) · d632e23f
      Daniel Hiltgen authored
      * Unified arm/x86 windows installer
      
      This adjusts the installer payloads to be architecture aware so we can cary
      both amd64 and arm64 binaries in the installer, and install only the applicable
      architecture at install time.
      
      * Include arm64 in official windows build
      
      * Harden schedule test for slow windows timers
      
      This test seems to be a bit flaky on windows, so give it more time to converge
      d632e23f
  2. 05 Jul, 2024 1 commit
  3. 16 Jun, 2024 1 commit
  4. 23 May, 2024 1 commit
  5. 01 May, 2024 1 commit
  6. 09 Apr, 2024 2 commits
  7. 26 Mar, 2024 1 commit
  8. 25 Mar, 2024 1 commit
  9. 09 Mar, 2024 1 commit
  10. 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
  11. 21 Jan, 2024 1 commit
  12. 20 Jan, 2024 1 commit
  13. 18 Jan, 2024 3 commits
  14. 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
  15. 25 Dec, 2023 1 commit
  16. 22 Dec, 2023 1 commit
  17. 19 Dec, 2023 1 commit
  18. 01 Oct, 2023 1 commit
  19. 20 Sep, 2023 4 commits
  20. 14 Sep, 2023 1 commit
  21. 12 Sep, 2023 1 commit
  22. 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
  23. 25 Aug, 2023 1 commit
  24. 08 Aug, 2023 1 commit
  25. 24 Jul, 2023 1 commit
  26. 21 Jul, 2023 1 commit
  27. 18 Jul, 2023 1 commit
  28. 07 Jul, 2023 1 commit
  29. 28 Jun, 2023 4 commits