Skip to content

Enable Qwen3.5 35B-A3B MoE text export for TRT-RTX EP - #2186

Merged
Baiju Meswani (baijumeswani) merged 1 commit into
microsoft:mainfrom
yen-shi:yenshiw/trt-rtx-qwen35-35b-moe
May 29, 2026
Merged

Enable Qwen3.5 35B-A3B MoE text export for TRT-RTX EP#2186
Baiju Meswani (baijumeswani) merged 1 commit into
microsoft:mainfrom
yen-shi:yenshiw/trt-rtx-qwen35-35b-moe

Enable Qwen3.5 MoE TRT-RTX text export

0257321
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed May 28, 2026 in 3s

1 configuration not found

Warning: Code scanning cannot determine the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

View all branch alerts.

Annotations

Check warning on line 2104 in src/python/py/models/builders/qwen.py

See this annotation in the file changed.

Code scanning / CodeQL

Overwriting attribute in super-class or sub-class Warning

Assignment overwrites attribute model_type, which was previously defined in superclass
Model
.
Assignment overwrites attribute model_type, which was previously defined in superclass
Qwen35TextModel
.