From 00b856a94dcfc0b437ad0e06c979faab9814d9e8 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 16 Jul 2025 22:28:18 +0200 Subject: [PATCH] Fix the CI. --- scripts/tts_mlx_streaming.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/tts_mlx_streaming.py b/scripts/tts_mlx_streaming.py index b11549f..181888d 100644 --- a/scripts/tts_mlx_streaming.py +++ b/scripts/tts_mlx_streaming.py @@ -239,11 +239,6 @@ def main(): # Model was trained with CFG distillation. cfg_coef_conditioning = tts_model.cfg_coef tts_model.cfg_coef = 1.0 - cfg_is_no_text = False - cfg_is_no_prefix = False - else: - cfg_is_no_text = True - cfg_is_no_prefix = True mimi = tts_model.mimi log("info", f"reading input from stdin")