-
Notifications
You must be signed in to change notification settings - Fork 6
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
added backup urls + added checksum verification for cmutil download #112
Conversation
@@ -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" | |||
} |
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.
Could the same file hosted in separate platform have different checksum?
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.
Yes. Probably it's not the same zip.
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.
The _ was intentionally added to prevent the checksum being used as it can break the backup download.
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.
Reverted in commit 579bbee
Combined pull request against issues:
mlcommons#197
mlcommons#196