We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da79aaa + 7199bb0 commit 8083120Copy full SHA for 8083120
mlx_audio/tts/models/qwen3_tts/qwen3_tts.py
@@ -2072,6 +2072,7 @@ def _generate_icl(
2072
is_final_chunk=True,
2073
)
2074
self.speech_tokenizer.decoder.reset_streaming_state()
2075
+ mx.clear_cache()
2076
return
2077
2078
if not generated_codes:
@@ -2386,6 +2387,7 @@ def _generate_with_instruct(
2386
2387
2388
2389
2390
2391
2392
2393
0 commit comments