increase default batch size to 1024
This commit is contained in:
parent
cca61181cb
commit
688661ab9b
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ func DefaultOptions() Options {
|
||||||
UseNUMA: false,
|
UseNUMA: false,
|
||||||
|
|
||||||
NumCtx: 2048,
|
NumCtx: 2048,
|
||||||
NumBatch: 32,
|
NumBatch: 1024,
|
||||||
NumGPU: 1,
|
NumGPU: 1,
|
||||||
LowVRAM: false,
|
LowVRAM: false,
|
||||||
F16KV: true,
|
F16KV: true,
|
||||||
|
|
Loading…
Reference in a new issue