Merge pull request #306 from jmorganca/default-keep-system

automatically set num_keep if num_keep < 0
This commit is contained in:
Michael Yang
2023-08-08 09:25:34 -07:00
committed by GitHub
3 changed files with 28 additions and 14 deletions

View File

@ -266,6 +266,7 @@ func DefaultOptions() Options {
UseNUMA: false,
NumCtx: 2048,
NumKeep: -1,
NumBatch: 512,
NumGPU: 1,
NumGQA: 1,