-
Notifications
You must be signed in to change notification settings - Fork 538
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
[URGENT] Power issues #1581
Comments
This PR should copy automatically copy the checksum file to the inference repo from now on. |
Thank you, @arjunsuresh. I've created PR #1584 for the workaround. @pgmpablo157321, ideally, it should be merged when the Submission UI opens for testing. I will also open an issue in the power-dev repo to investigate how trailing whitespace lines have appeared in spl.txt files recently. |
As Seymour Cray famously said: "I hate to be a pioneer" :)) |
We've stumbled upon new submission checker issues with the latest power workflow.
Whitespace lines at the end of
spl.txt
filesFor some reasons,
spl.txt
files now terminate with a whitespace line (not entirely blank, probably a space there, aslen(line) == 1
). This causes exceptions likeexception in check_power_dir: list index out of range
.We can work around this with the following patch:
I suggest to make a PR with this change, because we've collected a number of logs with this issue and they are checksum'ed to include this line.
tools/submission/power/sources_checksums.json
is 6 months oldDespite multiple changes to
mlcommons/power-dev
since the last round, the checksum file has not been updated since 2 August 2023.The text was updated successfully, but these errors were encountered: