Commit 688661ab authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

increase default batch size to 1024

parent cca61181
...@@ -188,7 +188,7 @@ func DefaultOptions() Options { ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment