increase default batch size to 1024

This commit is contained in:
Jeffrey Morgan 2023-07-27 16:51:01 -04:00
parent cca61181cb
commit 688661ab9b

View file

@ -188,7 +188,7 @@ func DefaultOptions() Options {
UseNUMA: false,
NumCtx: 2048,
NumBatch: 32,
NumBatch: 1024,
NumGPU: 1,
LowVRAM: false,
F16KV: true,