mirror of
https://github.com/ollama/ollama.git
synced 2025-10-04 18:13:17 +02:00
increase default batch size to 1024
This commit is contained in:
@@ -188,7 +188,7 @@ func DefaultOptions() Options {
|
||||
UseNUMA: false,
|
||||
|
||||
NumCtx: 2048,
|
||||
NumBatch: 32,
|
||||
NumBatch: 1024,
|
||||
NumGPU: 1,
|
||||
LowVRAM: false,
|
||||
F16KV: true,
|
||||
|
Reference in New Issue
Block a user