forked from open-webui/open-webui
chore: update log line
This commit is contained in:
parent
e92680a566
commit
72090fab88
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ def get_model_path(model: str, update_model: bool = False):
|
||||||
"local_files_only": local_files_only,
|
"local_files_only": local_files_only,
|
||||||
}
|
}
|
||||||
|
|
||||||
log.debug(f"embedding_model: {model}")
|
log.debug(f"model: {model}")
|
||||||
log.debug(f"snapshot_kwargs: {snapshot_kwargs}")
|
log.debug(f"snapshot_kwargs: {snapshot_kwargs}")
|
||||||
|
|
||||||
# Inspiration from upstream sentence_transformers
|
# Inspiration from upstream sentence_transformers
|
||||||
|
|
Loading…
Reference in a new issue