* 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>
@@ -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")
)