[GH-ISSUE #1960] Feature Request : new flag of --benchmark #1130

Open
opened 2026-04-12 10:52:28 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @vincecate on GitHub (Jan 12, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/1960

We are making a website for performance results using different hardware running ollama models at http://LLMPerformance.ai

It would be really helpful if ollama had a flag "--benchmark" which made it output everything that "--verbose" does
but also added the following info:

CPU:
Memory:
GPU:
VRAM:
LLM Model Name:
LLM Model Layers on GPU:
Total Model Layers:
Ollama Version:
Operating System:
Date:

The names etc don't matter as long as it is clear.
This will help make sure that reported results have enough info to be reproducible.

Originally created by @vincecate on GitHub (Jan 12, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/1960 We are making a website for performance results using different hardware running ollama models at http://LLMPerformance.ai It would be really helpful if ollama had a flag "--benchmark" which made it output everything that "--verbose" does but also added the following info: CPU: Memory: GPU: VRAM: LLM Model Name: LLM Model Layers on GPU: Total Model Layers: Ollama Version: Operating System: Date: The names etc don't matter as long as it is clear. This will help make sure that reported results have enough info to be reproducible.
Author
Owner

@chuangtc commented on GitHub (Apr 1, 2024):

There is a tool working towards this. Please advice how to merge our efforts on creating such tool.
https://llm.aidatatools.com/
It's called llm-benchmark

pip install llm-benchmark
llm_benchmark run
<!-- gh-comment-id:2029476830 --> @chuangtc commented on GitHub (Apr 1, 2024): There is a tool working towards this. Please advice how to merge our efforts on creating such tool. https://llm.aidatatools.com/ It's called llm-benchmark ```bash pip install llm-benchmark llm_benchmark run ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1130