runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 46, in <module> model = Llama( File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 308, in __init__ raise ValueError(f"Model path does not exist: {model_path}") ValueError: Model path does not exist: ggml-model-q4_1.bin Exception ignored in: <function Llama.__del__ at 0x7ff0b70889d0> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 1507, in __del__ if self.model is not None: AttributeError: 'Llama' object has no attribute 'model'

Container logs:

Fetching error logs...