Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated for poetry usage #626

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/add-a-sut.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ First things first, install ModelBench and make sure it works. For installation
and [here, specifically](https://github.com/mlcommons/modelbench?tab=readme-ov-file#trying-it-out) for trying it out
instructions.

This tutorial will assume you've installed ModelBench using PyPi
This tutorial will assume you've installed ModelBench using Poetry

## 2. Create your SUT plugin

Expand Down Expand Up @@ -73,7 +73,7 @@ Run the benchmark against your new SUT by using the `modelbench benchmark` comma
and the specific SUT using `--sut` like this:

```shell
modelbench benchmark -m 10 --plugin-dir ~/modelbench_plugins/ --sut demo_yes_no
poetry run modelbench benchmark -m 10 --plugin-dir ~/modelbench_plugins/ --sut demo_yes_no
```
> [!NOTE]
> The `--sut` option can be used multiple times to declare multiple SUTs.
Expand Down
Loading