[CI] Set test dependency on "transformers" package with pytest.importorskip#12528
Merged
lhutton1 merged 1 commit intoapache:mainfrom Aug 22, 2022
Merged
[CI] Set test dependency on "transformers" package with pytest.importorskip#12528lhutton1 merged 1 commit intoapache:mainfrom
lhutton1 merged 1 commit intoapache:mainfrom
Conversation
…orskip 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. Change-Id: I564cf8f40f5b2e970e5888829bcfb21a294e0570
Contributor
|
Thanks @leandron, @NicolaLancellotti! |
xinetzone
pushed a commit
to daobook/tvm
that referenced
this pull request
Nov 25, 2022
…orskip (apache#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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test_meta_schedule_integration_extract_from_bert_basedepends on thetransformerspackage, 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_baseis 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 @Mousius @NicolaLancellotti @areusch @ashutosh-arm @driazati @gigiblender