runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 6, in <module> llm = Llama( model_path="PsychoCounsel-Llama3-8B-Q4_K_M.gguf", # Update if filename differs n_ctx=2048, # Increased context window for conversational memory n_threads=2 # HF Free Space has 2 CPU cores ) File "/usr/local/lib/python3.13/site-packages/llama_cpp/llama.py", line 367, in __init__ raise ValueError(f"Model path does not exist: {model_path}") ValueError: Model path does not exist: PsychoCounsel-Llama3-8B-Q4_K_M.gguf
Container logs:
Fetching error logs...