Commit 822a0e36 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

lower batch size to 512

parent 18b6b601
...@@ -190,7 +190,7 @@ func DefaultOptions() Options { ...@@ -190,7 +190,7 @@ func DefaultOptions() Options {
UseNUMA: false, UseNUMA: false,
NumCtx: 2048, NumCtx: 2048,
NumBatch: 1024, NumBatch: 512,
NumGPU: 1, NumGPU: 1,
NumGQA: 1, NumGQA: 1,
LowVRAM: false, LowVRAM: false,
......
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