From d5eb5d6a38c2a3633098240b72f6a104e3a68d1c Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 7 Apr 2026 03:31:56 -0700 Subject: [PATCH] fix: revert to single GPU, multi-GPU breaks TTS --- config/.config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.config.yaml b/config/.config.yaml index 6e67c9b..66758c8 100644 --- a/config/.config.yaml +++ b/config/.config.yaml @@ -42,7 +42,7 @@ TTS: type: qwen3_tts model_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-12Hz-1.7B-CustomVoice tokenizer_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-Tokenizer-12Hz - device: cuda:2,cuda:3 + device: cuda:2 dtype: bfloat16 speaker: uncle_fu language: Chinese