[codex] add qwen3.5-4b inference example - #48
Open
Fatemanx wants to merge 2 commits into
Open
Conversation
Fatemanx
marked this pull request as ready for review
July 21, 2026 12:31
Collaborator
|
@Fatemanx Hello! It looks like the CI is failing on this PR. Could you take a look? |
Collaborator
|
@Fatemanx Thanks a lot for your contribution! We really appreciate it. We'll consider merging this PR, and let's work together to get it across the finish line. Could you rebase your branch onto main? |
Fatemanx
force-pushed
the
feat/qwen35-4b-inference-example
branch
from
August 13, 2026 09:59
8717c60 to
24bd0ff
Compare
Contributor
Author
I rebase to main already. |
Fatemanx
marked this pull request as ready for review
August 13, 2026 11:01
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.
🗂️ PR Category
📝 Description
Add a forward-only Qwen3.5-4B inference example under
example/inference/qwen3.5-4b.What changed
infer.py,infer.sh,modeling.py, and a short README for the new example.text_prefill,text_decode,image_prefill,image_decode, andall.MODEL_PATHfrom the environment; no local weight path, GPU id, or Cutlass default is baked in.Validation
python -m py_compile example/inference/qwen3.5-4b/infer.py example/inference/qwen3.5-4b/modeling.pybash -n example/inference/qwen3.5-4b/infer.shpytest tests/example_inference/test_qwen35_4b_infer.py -q-> 6 passed