diff --git a/api/types.go b/api/types.go index 6208cb6e3..8f12b5f9b 100644 --- a/api/types.go +++ b/api/types.go @@ -188,7 +188,7 @@ func DefaultOptions() Options { UseNUMA: false, NumCtx: 2048, - NumBatch: 32, + NumBatch: 1024, NumGPU: 1, LowVRAM: false, F16KV: true,