mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 09:03:12 +00:00
enable leftover mlock setting
This commit is contained in:
parent
2149fb709a
commit
4b2bb529c9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
? {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue