mirror of
https://github.com/ollama/ollama.git
synced 2025-03-26 17:51:48 +01:00
lower batch size to 512
This commit is contained in:
parent
18b6b601ad
commit
822a0e36eb
@ -190,7 +190,7 @@ func DefaultOptions() Options {
|
||||
UseNUMA: false,
|
||||
|
||||
NumCtx: 2048,
|
||||
NumBatch: 1024,
|
||||
NumBatch: 512,
|
||||
NumGPU: 1,
|
||||
NumGQA: 1,
|
||||
LowVRAM: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user