Arm backend: Xfail RIFE VGF tests with lazy import - #21786
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21786
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unclassified FailureAs of commit 0fe10ac with merge base c6213ae ( NEW FAILURES - The following jobs have failed:
UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Implements reverted pytorch#21755 with a lazy import instead to break a not yet initialized chain with internal infra setup.
a9b5f6e to
aa00783
Compare
|
@JakeStevens has imported this pull request. If you are a Meta employee, you can view this in D115750356. |
digantdesai
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Summary
Reapplies #21755 after the revert in #21783, but imports the model-converter version helpers lazily during test collection. This avoids importing torch from the Arm conftest before internal test infrastructure has initialized its symbols, while preserving the RIFE VGF quant test xfail behavior.
The import is attempted only when matching RIFE VGF quant tests are collected.
Test plan
CI
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani