yongwww commented on code in PR #17020:
URL: https://github.com/apache/tvm/pull/17020#discussion_r1613728727
##########
tests/python/contrib/test_hexagon/test_models.py:
##########
@@ -30,7 +30,7 @@ def get_mobilenet():
"""Download and import mobilenet model with ONNX"""
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
Review Comment:
seems the
`https://github.com/apache/tvm/blob/main/tests/scripts/request_hook/request_hook.py`
should be updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]