bench.py : add different large models (#1655)

Amend different large v1,v2,v3 models to benchmark.
pull/1499/merge
Alfredo Montesinos 2023-12-19 04:40:14 -06:00 committed by GitHub
parent 940de9dbe9
commit 9286d3f584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ models = [
"ggml-small.bin",
"ggml-medium.en.bin",
"ggml-medium.bin",
"ggml-large.bin",
"ggml-large-v1.bin",
"ggml-large-v2.bin",
"ggml-large-v3.bin",
]