Skip to content
Snippets Groups Projects
Commit 4b2bb529 authored by timothycarambat's avatar timothycarambat
Browse files

enable leftover mlock setting

parent 2149fb70
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ class OllamaAILLM {
keep_alive: this.keepAlive,
options: {
temperature,
use_mlock: false,
use_mlock: true,
// There are currently only two performance settings so if its not "base" - its max context.
...(this.performanceMode === "base"
? {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment