-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add checksum checks for all MLPerf inference dataset and model downloads #167
Comments
Hi Arjun. Just a quick question: does the recent MD5SUM check mechanism in CM supports MacOS and Windows? Do we have some tests for Windows and MacOS in GitHub actions (I think I saw somewhere that GitHub now has Windows Server support in workflows)? Thanks! |
Hi @gfursin the code to do the check is in python and should work on Windows too. But currently we don't have any Windows specific tests for this. We do have Windows and macOS gh actions for CM installation and ABTF inference - that covers CHECKSUM check for individual files - but nothing yet for folders. |
Cool! Thank you! That's already a very good starting point! |
Hi @arjunsuresh , does the env variabe |
Yes |
@anandhu-eng sorry - I was not clear in the earlier reply. ` CM_EXTRACT_EXTRACTED_CHECKSUM_FILE` is the file having the checksums for the files inside the extracted folder. Even though mostly we download a single file, when we use |
Closing the issue, as checksum for the listed models and their datasets have been added. |
We need to add checksum checks for all models and datasets used in MLPerf inference. For folder downloads, we can use checksum file like done here
The text was updated successfully, but these errors were encountered: