Просмотр исходного кода

select is not lora (#227)

* select is not lora

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
duliangang 1 год назад
Родитель
Сommit
038adb635e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fish_speech/webui/manage.py

+ 1 - 1
fish_speech/webui/manage.py

@@ -631,7 +631,7 @@ def train_process(
             if llama_ckpt == i18n("new")
             else (
                 latest
-                if llama_ckpt == i18n("latest")
+                if llama_ckpt == i18n("latest") + "(not lora)"
                 else Path(llama_ckpt).relative_to("results")
             )
         )