CLI: don't append /models_eynollah here (already in default_specs)

This commit is contained in:
Robert Sachunsky 2026-03-11 02:39:32 +01:00
parent 10214dfdda
commit 46c5f52491

View file

@ -26,7 +26,7 @@ class EynollahCliCtx:
# NOTE: not mandatory to exist so --help for subcommands works but will log a warning # 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 # and raise exception when trying to load models in the CLI
# type=click.Path(exists=True), # type=click.Path(exists=True),
default=f'{os.getcwd()}/models_eynollah', default=os.getcwd(),
) )
@click.option( @click.option(
"--model-overrides", "--model-overrides",