mirror of
https://github.com/ollama/ollama.git
synced 2025-12-05 19:16:53 -06:00
* cmd/bench: support writing benchmark output to file This changes Ollama to allow the bench command to write benchmark results to a user-specified output file instead of stdout when the --output flag is provided. --------- Co-authored-by: Patrick Devine <patrick@infrahq.com>