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 #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:
- Integration tests not running in the GPU environment
- Missing
transformers installation, if that is what we want (pending to be confirmed, I didn't fully investigate)
cc @Mousius @areusch @driazati @gigiblender
When looking at recent CI test run (which I'm enabling torch/ONNX tests on AArch64), I noticed an issue with a missing
transformerspackage while executingtest_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_GPUimage, which is the one that is supposed to containtorchand 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 #12528 to make the test to be properly skipped if
transformersis not installed, but leaving this issue so that we can investigate two potential problems:transformersinstallation, if that is what we want (pending to be confirmed, I didn't fully investigate)cc @Mousius @areusch @driazati @gigiblender