From 46c5f5249149eccf92939e927387b089472c6f9e Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Wed, 11 Mar 2026 02:39:32 +0100 Subject: [PATCH] CLI: don't append `/models_eynollah` here (already in default_specs) --- src/eynollah/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eynollah/cli/cli.py b/src/eynollah/cli/cli.py index b374fa8..ace3f1c 100644 --- a/src/eynollah/cli/cli.py +++ b/src/eynollah/cli/cli.py @@ -26,7 +26,7 @@ class EynollahCliCtx: # NOTE: not mandatory to exist so --help for subcommands works but will log a warning # and raise exception when trying to load models in the CLI # type=click.Path(exists=True), - default=f'{os.getcwd()}/models_eynollah', + default=os.getcwd(), ) @click.option( "--model-overrides",