leandron commented on code in PR #12660:
URL: https://github.com/apache/tvm/pull/12660#discussion_r959755851
##########
tests/python/driver/tvmc/test_frontends.py:
##########
@@ -269,6 +269,10 @@ def
test_load_quantized_model__pth(pytorch_mobilenetv2_quantized):
assert p.dtype in ["int8", "uint8", "int32"] # int32 for bias
[email protected](
+ platform.machine() == "aarch64",
+ reason="Currently failing on AArch64 - see
https://github.com/apache/tvm/issues/10673",
Review Comment:
Done now. thanks
--
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]