lock on llm.lock(); decrease batch size

This commit is contained in:
Michael Yang
2023-07-20 09:29:43 -07:00
parent f62a882760
commit c490416189
2 changed files with 11 additions and 7 deletions

View File

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