mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 11:32:35 +09:00
chore(ml): make execution provider log info-level (#7024)
* change debug log to info * update test
This commit is contained in:
@@ -217,7 +217,7 @@ class InferenceModel(ABC):
|
||||
|
||||
@provider_options.setter
|
||||
def provider_options(self, provider_options: list[dict[str, Any]]) -> None:
|
||||
log.debug(f"Setting execution provider options to {provider_options}")
|
||||
log.info(f"Setting execution provider options to {provider_options}")
|
||||
self._provider_options = provider_options
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user