You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/22 08:41:56 UTC

[GitHub] [tvm] leandron opened a new pull request, #12528: [CI] Set test dependency on "transformers" package with pytest.importorskip

leandron opened a new pull request, #12528:
URL: https://github.com/apache/tvm/pull/12528

   `test_meta_schedule_integration_extract_from_bert_base` depends on the `transformers` package, which is not currently installed in our Docker images.
   
   When running this test currently, it fails with an ImportError. This patch makes this dependency explicit and will make the test to be skipped when the dependency is not installed.
   
   `test_meta_schedule_integration_extract_from_bert_base` is part of the integration tests, which is currently only running on AArch64 and CPU image (both not at the moment with torch installed in the live CI system), so this is another issue to be understood/fixed.
   
   cc @driazati @areusch @NicolaLancellotti @ashutosh-arm @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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] lhutton1 merged pull request #12528: [CI] Set test dependency on "transformers" package with pytest.importorskip

Posted by GitBox <gi...@apache.org>.
lhutton1 merged PR #12528:
URL: https://github.com/apache/tvm/pull/12528


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] lhutton1 commented on pull request #12528: [CI] Set test dependency on "transformers" package with pytest.importorskip

Posted by GitBox <gi...@apache.org>.
lhutton1 commented on PR #12528:
URL: https://github.com/apache/tvm/pull/12528#issuecomment-1222562362

   Thanks @leandron, @NicolaLancellotti!


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org