mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05: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>