Skip to content

Arm backend: Reduce Qwen3 VL E2E footprint#20328

Merged
bdemirb merged 1 commit into
pytorch:mainfrom
bdemirb:baris_qwen3-vl-e2e-ci-footprint-fix
Jun 17, 2026
Merged

Arm backend: Reduce Qwen3 VL E2E footprint#20328
bdemirb merged 1 commit into
pytorch:mainfrom
bdemirb:baris_qwen3-vl-e2e-ci-footprint-fix

Conversation

@bdemirb

@bdemirb bdemirb commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Use a compact synthetic Qwen3 VL config for full-model E2E tests. Keep real checkpoint shapes in layer tests, where memory is bounded. This avoids instantiating the full 2B text stack in nightly CI.

Signed-off-by: Baris Demir baris.demir@arm.com

Change-Id: I2d53cb76090b564c487558f8e88706ab0f01ed81

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani

Use a compact synthetic Qwen3 VL config for full-model E2E tests.
Keep real checkpoint shapes in layer tests, where memory is bounded.
This avoids instantiating the full 2B text stack in nightly CI.

Signed-off-by: Baris Demir <baris.demir@arm.com>

Change-Id: I2d53cb76090b564c487558f8e88706ab0f01ed81
@bdemirb bdemirb requested a review from digantdesai as a code owner June 17, 2026 09:30
@pytorch-bot

pytorch-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20328

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 25 Pending, 3 Unrelated Failures

As of commit 8944bcb with merge base c37b6c3 (image):

NEW FAILURE - The following job has failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 17, 2026
@github-actions github-actions Bot added ciflow/trunk module: arm Issues related to arm backend labels Jun 17, 2026
@bdemirb

bdemirb commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator Author

This is a forward fix for the Qwen3 VL E2E coverage added in #20274.

The original E2E test instantiated the full Qwen3 VL text config
(28 layers, hidden size 2048, vocab size 151936), which can put too
much memory pressure on nightly CI during export/lowering.

This PR keeps the same E2E language/vision topology coverage across
TOSA/VGF and FP32/BF16, but switches the E2E test to a compact
synthetic config. Real checkpoint shapes remain covered by the layer
tests, where memory is bounded.

@github-actions

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@bdemirb bdemirb merged commit 21a0191 into pytorch:main Jun 17, 2026
486 of 496 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants