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

added backup urls + added checksum verification for cmutil download #112

Merged

Conversation

anandhu-eng
Copy link

Combined pull request against issues:

mlcommons#197
mlcommons#196

@anandhu-eng anandhu-eng marked this pull request as draft September 12, 2024 11:44
@anandhu-eng anandhu-eng marked this pull request as ready for review September 13, 2024 12:03
@@ -57,7 +57,7 @@
"env": {
"CM_PACKAGE_URL": "https://www.dropbox.com/s/92n2fyej3lzy3s3/caffe_ilsvrc12.tar.gz",
"CM_PACKAGE_URL1": "http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz",
"CM_DOWNLOAD_CHECKSUM_": "ee346d67141e476df9c1a3f813552503"
"CM_DOWNLOAD_CHECKSUM": "ee346d67141e476df9c1a3f813552503"
}
Copy link
Author

Choose a reason for hiding this comment

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

Could the same file hosted in separate platform have different checksum?

Choose a reason for hiding this comment

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

Yes. Probably it's not the same zip.

Choose a reason for hiding this comment

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

The _ was intentionally added to prevent the checksum being used as it can break the backup download.

Copy link
Author

Choose a reason for hiding this comment

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

Reverted in commit 579bbee

@arjunsuresh arjunsuresh merged commit ad88811 into GATEOverflow:mlperf-inference Sep 16, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants