mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00: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