From 912b54547a05ddebc2a9daa995d98072eba17d9a Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 7 Apr 2026 08:55:08 -0700 Subject: [PATCH] config: switch to Qwen3-TTS 0.6B for faster inference --- config/.config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.config.yaml b/config/.config.yaml index 1367b09..42f9f90 100644 --- a/config/.config.yaml +++ b/config/.config.yaml @@ -23,7 +23,7 @@ wakeup_words: selected_module: LLM: antaf - TTS: sherpa_tts + TTS: qwen3_tts ASR: qwen3_asr_local LLM: @@ -40,7 +40,7 @@ LLM: TTS: qwen3_tts: type: qwen3_tts - model_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-12Hz-1.7B-CustomVoice + model_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-12Hz-0.6B-CustomVoice tokenizer_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-Tokenizer-12Hz device: cuda:2 dtype: bfloat16