Skip to content
Discussion options

You must be logged in to vote

Yes! You can pass multiple specific models:

ollama-benchmark --models llama3.2:1b llama3.2:3b llama3.1:8b

Or script it to find all models of a family:

ollama list | grep llama | awk "{print \$1}" | xargs ollama-benchmark --models

The default models list already groups popular families for easy comparison.

Replies: 1 comment

Comment options

LarHope
Mar 20, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by LarHope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant