runtime error

ages/facetorch/analyzer/detector/core.py", line 34, in __init__ super().__init__(downloader, device) File "/usr/local/lib/python3.9/contextlib.py", line 79, in inner return func(*args, **kwds) File "/usr/local/lib/python3.9/site-packages/facetorch/base.py", line 155, in __init__ self.model = self.load_model() File "/usr/local/lib/python3.9/contextlib.py", line 79, in inner return func(*args, **kwds) File "/usr/local/lib/python3.9/site-packages/facetorch/base.py", line 168, in load_model model = torch.jit.load(self.path_local, map_location=self.device) File "/usr/local/lib/python3.9/site-packages/torch/jit/_serialization.py", line 152, in load raise ValueError(f"The provided filename {f} does not exist") # type: ignore[str-bytes-safe] ValueError: The provided filename /code/models/torchscript/detector/1/model.pt does not exist The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/code/app.py", line 24, in <module> analyzer = FaceAnalyzer(cfg.analyzer) File "/usr/local/lib/python3.9/contextlib.py", line 79, in inner return func(*args, **kwds) File "/usr/local/lib/python3.9/site-packages/facetorch/analyzer/core.py", line 54, in __init__ self.detector = instantiate(self.cfg.detector) File "/usr/local/lib/python3.9/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 226, in instantiate return instantiate_node( File "/usr/local/lib/python3.9/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 347, in instantiate_node return _call_target(_target_, partial, args, kwargs, full_key) File "/usr/local/lib/python3.9/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 97, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'facetorch.analyzer.detector.core.FaceDetector': ValueError('The provided filename /code/models/torchscript/detector/1/model.pt does not exist') full_key: analyzer.detector

Container logs:

Fetching error logs...