llama.swiftui : add more models

This commit is contained in:
Georgi Gerganov
2023-12-18 20:05:12 +02:00
parent b9e74f9bca
commit 6ff39b129d
2 changed files with 30 additions and 3 deletions

View File

@ -203,7 +203,7 @@ actor LlamaContext {
var pp_std: Double = 0
var tg_std: Double = 0
for r in 0..<nr {
for _ in 0..<nr {
// bench prompt processing
llama_batch_clear(&batch)