model basedir might be a symlink

This commit is contained in:
kba 2025-10-29 21:02:42 +01:00
parent 4772fd17e2
commit 9ab565fa02

View file

@ -23,7 +23,7 @@ class EynollahCliCtx:
"--model-basedir",
"-m",
help="directory of models",
type=click.Path(exists=True, file_okay=False),
type=click.Path(exists=True),
default=f'{os.getcwd()}/models_eynollah',
)
@click.option(