mirror of
https://github.com/ollama/ollama.git
synced 2025-07-12 20:32:49 +02:00
Merge pull request #306 from jmorganca/default-keep-system
automatically set num_keep if num_keep < 0
This commit is contained in:
@ -266,6 +266,7 @@ func DefaultOptions() Options {
|
||||
UseNUMA: false,
|
||||
|
||||
NumCtx: 2048,
|
||||
NumKeep: -1,
|
||||
NumBatch: 512,
|
||||
NumGPU: 1,
|
||||
NumGQA: 1,
|
||||
|
Reference in New Issue
Block a user