fix: revert to single GPU, multi-GPU breaks TTS
This commit is contained in:
parent
17923f3bdc
commit
d5eb5d6a38
|
|
@ -42,7 +42,7 @@ TTS:
|
||||||
type: qwen3_tts
|
type: qwen3_tts
|
||||||
model_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-12Hz-1.7B-CustomVoice
|
model_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-12Hz-1.7B-CustomVoice
|
||||||
tokenizer_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-Tokenizer-12Hz
|
tokenizer_path: /home/ZeroStack/xiaozhi/Qwen3-TTS-Tokenizer-12Hz
|
||||||
device: cuda:2,cuda:3
|
device: cuda:2
|
||||||
dtype: bfloat16
|
dtype: bfloat16
|
||||||
speaker: uncle_fu
|
speaker: uncle_fu
|
||||||
language: Chinese
|
language: Chinese
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue