runtime error

Traceback (most recent call last): File "app.py", line 6, in <module> model_helper = help_function() File "/home/user/app/help_function.py", line 8, in __init__ self.clip_text_model = torch.jit.load('jit_models/clip_text_jit.pt', map_location=torch.device('cpu')) File "/home/user/.local/lib/python3.8/site-packages/torch/jit/_serialization.py", line 152, in load raise ValueError("The provided filename {} does not exist".format(f)) # type: ignore[str-bytes-safe] ValueError: The provided filename jit_models/clip_text_jit.pt does not exist

Container logs:

Fetching error logs...