Describe the bug
The Edge-LLM pipeline currently assumes all Qwen3-TTS models include an MTP (Multi-Token Prediction) module.
When building or running qwen3-tts-0.6B, the framework forcibly initializes the MTP module, but this 0.6B variant does not contain it.
Describe the bug
The Edge-LLM pipeline currently assumes all Qwen3-TTS models include an MTP (Multi-Token Prediction) module.
When building or running
qwen3-tts-0.6B, the framework forcibly initializes the MTP module, but this 0.6B variant does not contain it.