runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> llm = Llama( File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama.py", line 354, in __init__ raise ValueError(f"Model path does not exist: {model_path}") ValueError: Model path does not exist: ./mistral-7b-instruct-v0.1.Q2_K.gguf Exception ignored in: <function Llama.__del__ at 0x7f8947141360> Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama.py", line 1972, in __del__ self.close() File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama.py", line 1969, in close self._stack.close() AttributeError: 'Llama' object has no attribute '_stack'

Container logs:

Fetching error logs...