runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 10, in <module> model = Llama(model_path=f"{model_path}/{model_file}", n_ctx=4096) File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama.py", line 368, in __init__ raise ValueError(f"Model path does not exist: {model_path}") ValueError: Model path does not exist: /app/models/model.gguf

Container logs:

Fetching error logs...