aidatatools / ollama-benchmark

LLM Benchmark for Throughput via Ollama (Local LLMs)
https://llm.aidatatools.com/
MIT License
64 stars 13 forks source link

flag for ollama executable path #3

Closed K1ngjulien closed 3 months ago

K1ngjulien commented 3 months ago

Hi!

Nice work! Could you add a flag like --ollama-bin ~/code/ollama/ollama to explicitly give the path to the ollama executable?

when building and testing ollama from source, i'd like to just be able to supply it the path, without having to do a full install on the system.

Cheers

chuangtc commented 3 months ago

--ollamabin flag is added in v0.3.12 Please checkout the latest code