From d3184004fd08d99fc87ecd3dd15de19705b486a6 Mon Sep 17 00:00:00 2001 From: mrq Date: Fri, 10 Mar 2023 01:58:30 +0000 Subject: [PATCH] only God knows why the YAML spec lets you specify string values without quotes --- models/.template.yaml | 2 +- modules/tortoise-tts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/.template.yaml b/models/.template.yaml index 6fee6e1..79ea8a4 100755 --- a/models/.template.yaml +++ b/models/.template.yaml @@ -1,4 +1,4 @@ -name: ${voice} +name: '${voice}' model: extensibletrainer scale: 1 gpu_ids: [0] # Superfluous, redundant, unnecessary, the way you launch the training script will set this diff --git a/modules/tortoise-tts b/modules/tortoise-tts index 0514f01..fec0685 160000 --- a/modules/tortoise-tts +++ b/modules/tortoise-tts @@ -1 +1 @@ -Subproject commit 0514f011ff22e7864a5b0976ca5c0c0545dc42f8 +Subproject commit fec068540543522d1db94285818ec1c26d6bb0ef