Selaa lähdekoodia

lower batch size to 512

Jeffrey Morgan 1 vuosi sitten
vanhempi
commit
822a0e36eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      api/types.go

+ 1 - 1
api/types.go

@@ -190,7 +190,7 @@ func DefaultOptions() Options {
 		UseNUMA: false,
 
 		NumCtx:   2048,
-		NumBatch: 1024,
+		NumBatch: 512,
 		NumGPU:   1,
 		NumGQA:   1,
 		LowVRAM:  false,