mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-03-24 08:02:45 +01:00
CLI: don't append /models_eynollah here (already in default_specs)
This commit is contained in:
parent
10214dfdda
commit
46c5f52491
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue