Skip to content

examples: add qwen3.5-moe layerwise NPI YAML + wired decode example#1074

Open
anujgupt-github wants to merge 2 commits into
release/v1.22.0_tmpfrom
debug/qwen3_5_moe_npi_example
Open

examples: add qwen3.5-moe layerwise NPI YAML + wired decode example#1074
anujgupt-github wants to merge 2 commits into
release/v1.22.0_tmpfrom
debug/qwen3_5_moe_npi_example

Conversation

@anujgupt-github

@anujgupt-github anujgupt-github commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add new example NPI YAML for Qwen3.5-MoE layerwise merged ONNX naming
  • add new layerwise decode example that wires node_precision_info to that YAML
  • print NPI YAML and language ONNX path from the example for easier verification

Files

  • examples/image_text_to_text/models/qwen3_5_moe/configs/fp32_nodes_qwen3_5_397b_mlp_layerwise.yaml
  • examples/image_text_to_text/models/qwen3_5_moe/qwen3_5_moe_npi_layerwise_decode.py

Validation

  • /home/anujgupt/qeff_env2/bin/python -m ruff format --check examples/image_text_to_text/models/qwen3_5_moe/qwen3_5_moe_npi_layerwise_decode.py
  • /home/anujgupt/qeff_env2/bin/python -m ruff check examples/image_text_to_text/models/qwen3_5_moe/qwen3_5_moe_npi_layerwise_decode.py
  • /home/anujgupt/qeff_env2/bin/python -m py_compile examples/image_text_to_text/models/qwen3_5_moe/qwen3_5_moe_npi_layerwise_decode.py
  • /home/anujgupt/qeff_env2/bin/python -m pytest tests/unit_test/models/test_model_quickcheck.py -q
    • result in this environment: 1 failed, 163 passed, 5 skipped
    • failure is unrelated to this change and due HF cache lock permissions while downloading tiny-random/qwen3.5-moe

@anujgupt-github anujgupt-github force-pushed the debug/qwen3_5_moe_npi_example branch from e10c29e to ea06ad1 Compare June 12, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants