[OpenVINO] Support Qwen3.5 and Qwen3.5-MoE#1634
[OpenVINO] Support Qwen3.5 and Qwen3.5-MoE#1634rkazants wants to merge 13 commits intohuggingface:transformers-v5from
Conversation
Add conversion rule for the RecurrentAttentionCellOp operation used for GatedDeltaNet patching in OpenVINO PyTorch frontend. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: rkazants <35459624+rkazants@users.noreply.github.com>
Co-authored-by: rkazants <35459624+rkazants@users.noreply.github.com>
Co-authored-by: rkazants <35459624+rkazants@users.noreply.github.com>
|
Thank you!! 🙏 |
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
|
Can we ensure this PR includes a hardware compatibility check for the Core Ultra 200 series (245 through 285) and other Xe platforms? Previous OpenVino MoE optimizations have caused kernel-level failures on these platforms without any documented warnings. We need to verify that this PR either provides full support or—at a minimum—documented and implements a graceful exit/error message rather than a system crash. See this issue:
and related issues: |
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
|
Hi, guys, when will this PR be merged? Qwen3.5 dense and MoE are the most important models currently in PRC, which has big biz impact in BU. Thank you! |
|
ValueError: Asked to export a qwen3_5 model for the task text-generation-with-past, but the Optimum OpenVINO exporter only supports the tasks image-text-to-text for qwen3_5. Please use a supported task. Please open an issue at https://github.com/huggingface/optimum-intel/issues if you would like the task text-generation-with-past to be supported in the OpenVINO export for qwen3_5. |
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
|
Hello. I see this Pull Request and the Gemma 4 one were closed. Any reasons? Will we be seeing those models on OpenVino any time soon? |
These are the prs you'll need to follow now openvinotoolkit/openvino.genai#3644 |
What does this PR do?
Fixes 181271, 181280, 182003
Installation instructions:
Exporting cmd-line:
optimum-cli export openvino -m Qwen/Qwen3.5-0.8B Qwen3.5-0.8BInference script:
Before submitting