- 13 Jul, 2024 2 commits
-
-
Jarek authored
-
Michael Yang authored
* fix system prompt * execute template when hitting previous roles * fix tests --------- Co-authored-by:jmorganca <jmorganca@gmail.com>
-
- 12 Jul, 2024 9 commits
-
-
Patrick Devine authored
This reverts commit 9ac0a7a5.
-
Patrick Devine authored
-
Michael Yang authored
template: preprocess message and collect system
-
Jeffrey Morgan authored
-
Michael Yang authored
-
Jeffrey Morgan authored
* app: always clean up install dir; force close applications * remove wildcard * revert `CloseApplications` * whitespace * update `LOCALAPPDATA` var
-
Michael Yang authored
-
Josh authored
-
Michael Yang authored
-
- 11 Jul, 2024 8 commits
-
-
Jeffrey Morgan authored
* llm: avoid loading model if system memory is too small * update log * Instrument swap free space On linux and windows, expose how much swap space is available so we can take that into consideration when scheduling models * use `systemSwapFreeMemory` in check --------- Co-authored-by:Daniel Hiltgen <daniel@ollama.com>
-
Michael Yang authored
This reverts commit 19753c18. for compat. messages will be added at a later date
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Michael Yang authored
update embedded templates
-
Michael Yang authored
-
Michael Yang authored
-
- 10 Jul, 2024 10 commits
-
-
Michael Yang authored
chatglm graph
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Wire up windows AMD driver reporting
-
Daniel Hiltgen authored
Bundle missing CRT libraries
-
Daniel Hiltgen authored
Detect CUDA OS overhead
-
Daniel Hiltgen authored
Bump ROCm on windows to 6.1.2
-
Daniel Hiltgen authored
Remove duplicate merge glitch
-
Daniel Hiltgen authored
This also adjusts our algorithm to favor our bundled ROCm. I've confirmed VRAM reporting still doesn't work properly so we can't yet enable concurrency by default.
-
Daniel Hiltgen authored
-
- 09 Jul, 2024 10 commits
-
-
Daniel Hiltgen authored
Workaround broken ROCm p2p copy
-
royjhan authored
* stop token parsing fix * add stop test
-
royjhan authored
-
Daniel Hiltgen authored
This adds logic to detect skew between the driver and management library which can be attributed to OS overhead and records that so we can adjust subsequent management library free VRAM updates and avoid OOM scenarios.
-
Daniel Hiltgen authored
Statically link c++ and thread lib on windows
-
Daniel Hiltgen authored
This makes sure we statically link the c++ and thread library on windows to avoid unnecessary runtime dependencies on non-standard DLLs
-
Michael Yang authored
update named templates
-
Michael Yang authored
update message processing
-
Jeffrey Morgan authored
* server: fix unneeded model reloads when setting `OLLAMA_NUM_PARALLEL` * remove whitespace change * undo some changes
-
Daniel Hiltgen authored
Some users are experienging runner startup errors due to not having these msvc redist libraries on their host
-
- 08 Jul, 2024 1 commit
-
-
Daniel Hiltgen authored
Enable the build flag for llama.cpp to use CPU copy for multi-GPU scenarios.
-