feat(engine): support Qwen3-VL with native AWEX colocate - #1605
Merged
Conversation
sitabulaixizawaluduo
requested review from
garrett4wade,
geshi001,
nuzant and
rchardx
as code owners
August 14, 2026 06:30
Collaborator
|
Once an AWEX version with Qwen3-VL support is released, please update the dependency, replace pytest.importorskip("awex.models.qwen3_vl") with a regular import, and rerun the tests against the released package. |
Preserve the complete multimodal Hugging Face config during colocate\nmetadata exchange so AWEX can resolve both the language model and vision\ntower sharding contracts.\n\nKey changes:\n- Publish composite Qwen3-VL inference configuration\n- Delegate nested config parsing to native AWEX\n- Add Dense and MoE colocate contract tests
SGLang stores only the text config on the Qwen3-VL-MoE runtime model.\nRead the original Hugging Face config from ModelRunner so AWEX also\nreceives the vision tower metadata required for weight sharding.
sitabulaixizawaluduo
force-pushed
the
feat/support-qwen3-vl-colocate
branch
from
August 18, 2026 03:45
eb0cca9 to
562a63b
Compare
Collaborator
|
LGTM |
Le8r0nJames
approved these changes
Aug 18, 2026
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.
Description
This PR adds AWEX colocate support for Qwen3-VL Dense and MoE models.
Key Changes:
This PR only contains Qwen3-VL colocate integration.
AWEX has not yet released an official version supporting the Qwen3-VL model. To use it, run:
uv pip install --reinstall --no-deps "awex @ git+https://github.com/inclusionAI/Awex.git@5c6e802e53919818e979f3e03a6c02b1abeb89da"N/A
Type of Change
Checklist
Contributing Guide
pre-commit run --all-files)./docs/build_all.sh)main/review-prcommand/create-prBreaking Change Details (if applicable):
Additional Context
Need help? Check the
Contributing Guide
or ask in GitHub Discussions!