-
Notifications
You must be signed in to change notification settings - Fork 12
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
Coffee uses newhelm #95
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome to see this land! A few super tiny things since this is already merged anyway.
|
||
|
||
@dataclasses.dataclass | ||
class NewSutDescription: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we maybe mean for this to be NewhelmSutDescription
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, but I should change it to just SutDescription now that the old SutDescription has been removed.
# | ||
# Recreates the test data for the things that use newhelm results loaded from disk. | ||
# | ||
# You shouldn't normally need to run this. If you do, perhaps because of a strucutral change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So minor but: strucutural structural
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
This does basically the same thing as before, but using NewHelm instead of Helm. Note that NewHelm is much more fragile, so you may have to try any given run a number of times to get it to work, but it does work for me on occasion. Note also that the --web-only option doesn't work for the moment, as we'll have to discuss whether coffee should just save scores or whether it's better to pull things out of the newhelm run data.