فهرست منبع

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 سال پیش
والد
کامیت
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")
             )
         )