mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-09 22:24:13 +01:00
model basedir might be a symlink
This commit is contained in:
parent
4772fd17e2
commit
9ab565fa02
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue