- 19 Jun, 2024 1 commit
-
-
Daniel Hiltgen authored
-
- 17 Jun, 2024 1 commit
-
-
Daniel Hiltgen authored
We update the PATH on windows to get the CLI mapped, but this has an unintended side effect of causing other apps that may use our bundled DLLs to get terminated when we upgrade.
-
- 04 Jun, 2024 2 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
- 02 Jun, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 24 May, 2024 1 commit
-
-
Patrick Devine authored
-
- 12 May, 2024 2 commits
-
-
Michael Yang authored
- 05 May, 2024 2 commits
-
-
Daniel Hiltgen authored
This moves all the env var reading into one central module and logs the loaded config once at startup which should help in troubleshooting user server logs
-
alwqx authored
-
- 29 Apr, 2024 1 commit
-
-
Jeffrey Morgan authored
* app: restart server on failure * fix linter * address comments * refactor log directory creation to be where logs are written * check all log dir creation errors
-
- 27 Apr, 2024 1 commit
-
-
Hernan Martinez authored
-
- 26 Apr, 2024 2 commits
-
-
Nataly Merezhuk authored
-
Daniel Hiltgen authored
This will make it simpler for CI to accumulate artifacts from prior steps
-
- 23 Apr, 2024 1 commit
-
-
Daniel Hiltgen authored
Now that the llm runner is an executable and not just a dll, more users are facing problems with security policy configurations on windows that prevent users writing to directories and then executing binaries from the same location. This change removes payloads from the main executable on windows and shifts them over to be packaged in the installer and discovered based on the executables location. This also adds a new zip file for people who want to "roll their own" installation model.
-
- 14 Apr, 2024 1 commit
-
-
Jeffrey Morgan authored
* app: gracefully shut down `ollama serve` on windows * fix linter errors * bring back `HideWindow` * remove creation flags * restore `windows.CREATE_NEW_PROCESS_GROUP`
-
- 10 Apr, 2024 1 commit
-
-
Michael Yang authored
-
- 01 Apr, 2024 1 commit
-
-
Daniel Hiltgen authored
This should resolve a number of memory leak and stability defects by allowing us to isolate llama.cpp in a separate process and shutdown when idle, and gracefully restart if it has problems. This also serves as a first step to be able to run multiple copies to support multiple models concurrently.
-
- 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 11 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
-