No output tokens

#2
by bluemoehre - opened

I have a setup with the original (english) model and swapped in this one. But it does not output any tokens. What I am missing?

Owner

Sorry for the late response.
Could you first confirm whether the original English model was working correctly and producing tokens?

If no tokens are generated at all, it is likely that the model is emitting an EOS token immediately.
I recommend checking the actual generated output token IDs to verify this.

It would also be helpful to test the same input with the original (English) model and see whether the same behavior occurs, as this can help narrow down the root cause.

My guess is that the current model may not have been trained on a sufficient amount of German text, which could cause it to fail on certain inputs.
Since qwen-tts officially supports German, it might be useful to compare the behavior and configuration with qwen-tts as a reference.

Sign up or log in to comment