runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 8, 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: finance-chat.Q2_K.gguf Exception ignored in: <function Llama.__del__ at 0x7fea0da57eb0> 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...