mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
remove logging of path
This commit is contained in:
parent
0eabfa2763
commit
010d204b43
@ -70,7 +70,6 @@ class GenericONNXEmbedding:
|
||||
if file_name in self.download_urls:
|
||||
ModelDownloader.download_from_url(self.download_urls[file_name], path)
|
||||
elif file_name == self.tokenizer_file:
|
||||
logger.info(path + "/" + self.model_name)
|
||||
if self.model_type == "text":
|
||||
if not os.path.exists(path + "/" + self.model_name):
|
||||
logger.info(f"Downloading {self.model_name} tokenizer")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user