leandron opened a new issue, #12529:
URL: https://github.com/apache/tvm/issues/12529

   When looking at recent CI test run (which I'm enabling torch/ONNX tests on 
AArch64), I noticed an issue with a missing `transformers` package while 
executing `test_meta_schedule_integration_extract_from_bert_base `, causing the 
integration tests to fail on AArch64.
   
   Investigating the issue a bit deeper, it seems that integration tests are 
**not running on** `ci_GPU` image, which is the one that is supposed to contain 
`torch` and therefore would reproduce the problem.
   
   I'm raising this issue just because I won't have the time in the next weeks 
to enable that package and test the GPU image and test it to solve the problem. 
So I create this PR https://github.com/apache/tvm/pull/12528 to make the test 
to be properly skipped if `transformers` is not installed, but leaving this 
issue so that we can investigate two potential problems:
   
   1. Integration tests not running in the GPU environment
   2. Missing `transformers` installation, if that is what we want (pending to 
be confirmed, I didn't fully investigate)
   
   cc @driazati @areusch @Mousius 
   


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