runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 58, in <module> MODEL_PATH = resolve_model_path() File "/app/app.py", line 36, in resolve_model_path raise FileNotFoundError( ...<11 lines>... ) FileNotFoundError: Model not found locally at: /app/models/falcon3-1b-instruct-q4_k_m.gguf AND Hub download is not configured. Fix ONE of these: A) Commit the GGUF into your Space repo (recommended: put it in /models). - Ensure it exists at the path in LOCAL_MODEL_FILE. B) Configure Hub download: - In Space Settings > Variables: MODEL_REPO_ID = <your repo_id> MODEL_FILENAME = <your .gguf filename> - If repo is gated/private, add Space Secret: HF_TOKEN = <your HF access token>
Container logs:
Fetching error logs...