Skip to content

Conversation

@acmiyaguchi
Copy link

Hello, thanks for your project. This has been a super simple way of validating a ollama install. I've added a bare-bones pyproject to this repo so it's easy to install via pip:

python -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/dsgt-arc/ollama-benchmark.git
ollama-benchmark --help

This makes it very simple to use with uv tool or pipx:

uv tool install https://github.com/dsgt-arc/ollama-benchmark.git
ollama-benchmark --help

I've updated the README accordingly, but I'm happy to modify changes. The minimal change for pip installation is via the pyproject toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant