From b8867a5fb0c487864219b18a25147a049e817f7f Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 9 Mar 2023 03:41:40 +0000 Subject: [PATCH] added the mysterious tortoise_compat flag mentioned in DLAS repo --- dlas | 2 +- models/.template.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dlas b/dlas index 0ee0f46..84c8196 160000 --- a/dlas +++ b/dlas @@ -1 +1 @@ -Subproject commit 0ee0f46596158aa1d6b8f95b1e7637785c616ee3 +Subproject commit 84c8196da5686995e0632a0e0f5539f5549bbdd8 diff --git a/models/.template.yaml b/models/.template.yaml index 80188d5..6fee6e1 100755 --- a/models/.template.yaml +++ b/models/.template.yaml @@ -94,8 +94,8 @@ steps: networks: gpt: - type: generator - which_model_G: unified_voice2 # none of the unified_voice*.py files actually match the tortoise inference code... 4 and 3 have "alignment_head" (wtf is that?), 2 lacks the types=1 parameter. + type: generator + which_model_G: unified_voice2 kwargs: layers: 30 # originally: 8 model_dim: 1024 # originally: 512 @@ -112,8 +112,8 @@ networks: train_solo_embeddings: False # missing in uv3/4 use_mel_codes_as_input: True # ditto checkpointing: True - #types: 1 # this is MISSING, but in my analysis 1 is equivalent to not having it. - #only_alignment_head: False # uv3/4 + tortoise_compat: True + # freeze_everything_but_position_embeddings: True path: strict_load: true