- 26 Mar, 2024 1 commit
-
-
Patrick Devine authored
-
- 13 Mar, 2024 1 commit
-
-
Steven Lee authored
add arm64 support
-
- 07 Mar, 2024 1 commit
-
-
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.
-
- 27 Feb, 2024 1 commit
-
-
Daniel Hiltgen authored
This should unmask some failure modes that likely show up in app logs as unmarshal errors
-
- 25 Feb, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 23 Feb, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 22 Feb, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 21 Feb, 2024 1 commit
-
-
Jeffrey Morgan authored
* remove `-w -s` linker flags on windows * use `zip` for windows installer compression
-
- 20 Feb, 2024 1 commit
-
-
Michael Yang authored
default client already handles proxy
-
- 16 Feb, 2024 2 commits
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
Also fixes a few fit-and-finish items for better developer experience
-
- 15 Feb, 2024 15 commits
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Jeffrey Morgan authored
-
jmorganca authored
-
Jeffrey Morgan authored
-
jmorganca authored
-
jmorganca authored
-
Michael Yang authored
-
Daniel Hiltgen authored
This focuses on Windows first, but coudl be used for Mac and possibly linux in the future.
-
Daniel Hiltgen authored
-
- 19 Oct, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 13 Oct, 2023 3 commits
-
-
Jeffrey Morgan authored
-
Bruce MacDonald authored
-
Bruce MacDonald authored
Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
- 28 Sep, 2023 1 commit
-
-
Bruce MacDonald authored
-
- 31 Aug, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 30 Aug, 2023 1 commit
-
-
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
-
- 18 Aug, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 10 Aug, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 02 Aug, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 28 Jul, 2023 3 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-