Browse Source

increase default batch size to 1024

Jeffrey Morgan 1 year ago
parent
commit
688661ab9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/types.go

+ 1 - 1
api/types.go

@@ -188,7 +188,7 @@ func DefaultOptions() Options {
 		UseNUMA: false,
 
 		NumCtx:   2048,
-		NumBatch: 32,
+		NumBatch: 1024,
 		NumGPU:   1,
 		LowVRAM:  false,
 		F16KV:    true,