[CI] Fix broken model link#14458
Merged
Mousius merged 3 commits intoapache:mainfrom Apr 4, 2023
Merged
Conversation
The path to the `cnn_s_quantized.tflite` model used in some TVMC tests was changed in Arm-Examples/ML-zoo#56. The link has been updated with the new path. Change-Id: Ic5c31c191d357ab15af5f4ec93fa6b49c1b2e0fc
Collaborator
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment. Generated by tvm-bot |
echuraev
reviewed
Apr 3, 2023
Change-Id: I70dc6809f580b311b0b2cf7a91ee82b003ff9e7a
I noticed the same model was used from a different link in the codebase - using this link to avoid duplication and fix S3 error. Change-Id: I84eb33d81c480e6039cd094f61a1f9a4c00e938d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The path to the
cnn_s_quantized.tflitemodel used in some TVMC tests was changed in Arm-Examples/ML-zoo#56. The link has been updated with the new path.