Skip to content

Commit 9286d3f

Browse files
author
Alfredo Montesinos
authored
bench.py : add different large models (#1655)
Amend different large v1,v2,v3 models to benchmark.
1 parent 940de9d commit 9286d3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extra/bench.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ def __call__(self, parser, namespace, values, option_string=None):
6161
"ggml-small.bin",
6262
"ggml-medium.en.bin",
6363
"ggml-medium.bin",
64-
"ggml-large.bin",
64+
"ggml-large-v1.bin",
65+
"ggml-large-v2.bin",
66+
"ggml-large-v3.bin",
6567
]
6668

6769

0 commit comments

Comments
 (0)