-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[CI] [doc] fix the dead link of resnet and mobilenet #17020
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
Conversation
|
@tvm-bot rerun |
|
Well, what went wrong? :( |
|
@tvm-bot rerun |
| onnx = pytest.importorskip("onnx") | ||
|
|
||
| model_url = "https://github.com/onnx/models/raw/main/vision/classification/mobilenet/model/mobilenetv2-7.onnx" # pylint: disable=line-too-long | ||
| model_url = "https://github.com/onnx/models/raw/main/validated/vision/classification/mobilenet/model/mobilenetv2-7.onnx" # pylint: disable=line-too-long |
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.
seems the https://github.com/apache/tvm/blob/main/tests/scripts/request_hook/request_hook.py should be updated.
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.
I think (maybe) it can work now
|
@leandron sry to bother you :( Can you take a look at this? I'm not sure I did the right thing |
|
Thanks for the patch @shaoyuyoung, I believe this has been superseded by #17015, so I'll close this patch. Please reopen if that's not the case. |
Here are some dead links of resnet in the TVM doc.
one of these dead links has been caught in #17017 and a PR is submitted #17015
This PR fixes other dead links of resnet in tvm.
CC @leandron. When you do something about cache file in S3, maybe you need to pay attention to this part :)