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

More ops fixes #664

Merged
merged 4 commits into from
Nov 4, 2024
Merged

More ops fixes #664

merged 4 commits into from
Nov 4, 2024

Conversation

wpietri
Copy link
Contributor

@wpietri wpietri commented Nov 1, 2024

Add a little more journaling.
Make sure our external resources are live before starting a massive run.

@wpietri wpietri requested a review from a team as a code owner November 1, 2024 21:07
Copy link

github-actions bot commented Nov 1, 2024

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

Copy link
Collaborator

@dhosterman dhosterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -485,7 +552,9 @@ def _check_ready_to_run(self):

def run(self) -> BenchmarkRun:
self._check_ready_to_run()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to collect the RuntimeErrors from both annotators and suts here so that all issues can be addressed simultaneously? If I'm understanding correctly, right now, it won't check the annotators if there's an issue with the suts.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking to keep them separate, as right now our annotators can take up to 15 minutes to decide whether or not they're ready. This will get people quick notification of a SUT problem. But if we can get off HuggingFace to something faster, then that would make sense to me.

@wpietri wpietri merged commit 4d07d86 into main Nov 4, 2024
4 checks passed
@wpietri wpietri deleted the more-ops-fixes branch November 4, 2024 15:37
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants