driazati commented on code in PR #12255:
URL: https://github.com/apache/tvm/pull/12255#discussion_r934796656


##########
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:
   Can you file a GitHub issue with the context on the skip and link it here? 
also just fyi I think we can merge all the skip test PRs since they have a 
similar theme



-- 
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]

Reply via email to