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

Pass expected institutions during benchmark creation #624

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aristizabal95
Copy link
Contributor

@aristizabal95 aristizabal95 commented Oct 29, 2024

This PR allows benchmark owners to optionally specify which sites are expected to participate on a benchmark. This is done through a CSV file that contains two columns: email and institution. This additiona provides the following benefits:

  • Auto-approve users that are expected to join a given benchmark, reducing friction for participation
  • Allow the benchmark owner to keep track of which institutions that are expected are currently participating or doing some work for the benchmark.

The institutions list are stored as a dictionary in the benchmark object. The CSV file is parsed by the medperf CLI to extract the information in the expected format. This list can only be visible by the benchmark owner.

@aristizabal95 aristizabal95 added type: enhancement New feature or request component: client issues regarding the CLI component: server issues regarding the server topic: benchmark registry labels Oct 29, 2024
@aristizabal95 aristizabal95 self-assigned this Oct 29, 2024
@aristizabal95 aristizabal95 requested a review from a team as a code owner October 29, 2024 20:26
Copy link
Contributor

github-actions bot commented Oct 29, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: client issues regarding the CLI component: server issues regarding the server topic: benchmark registry type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant