Skip to content

[Bug][CI] integration tests not currently running in ci_gpu image #12529

Description

@leandron

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:

  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 @Mousius @areusch @driazati @gigiblender

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions