leandron commented on code in PR #12255:
URL: https://github.com/apache/tvm/pull/12255#discussion_r935226698
##########
tests/python/frontend/pytorch/test_forward.py:
##########
@@ -4060,6 +4061,10 @@ def test_forward_pretrained_bert_base_uncased():
print("TVM top-1 id: {}, token: {}".format(tvm_pred_idx, tvm_pred_token))
[email protected](
+ platform.machine() == "aarch64",
+ reason="Currently failing on AArch64",
Review Comment:
Sure, we'll raise a tracking issue to investigate the fix for all tests
being skipped in these PRs, namely this one, #12257, #12256.
--
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]