mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 17:51:48 +01:00
increase default batch size to 1024
This commit is contained in:
parent
cca61181cb
commit
688661ab9b
@ -188,7 +188,7 @@ func DefaultOptions() Options {
|
||||
UseNUMA: false,
|
||||
|
||||
NumCtx: 2048,
|
||||
NumBatch: 32,
|
||||
NumBatch: 1024,
|
||||
NumGPU: 1,
|
||||
LowVRAM: false,
|
||||
F16KV: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user