Skip to content

Commit

Permalink
bench.py : add different large models (ggerganov#1655)
Browse files Browse the repository at this point in the history
Amend different large v1,v2,v3 models to benchmark.
  • Loading branch information
ForkedInTime authored Dec 19, 2023
1 parent 44b8c2f commit 93c4230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extra/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def __call__(self, parser, namespace, values, option_string=None):
"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",
]


Expand Down

0 comments on commit 93c4230

Please sign in to comment.