runtime error
Exit code: 1. Reason: warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1007: UserWarning: Expected maximum 0 arguments for function <function <lambda> at 0x7f352e9e6ef0>, received 1. warnings.warn( Requirement already satisfied: llama-cpp-python in /usr/local/lib/python3.10/site-packages (0.3.1) Requirement already satisfied: diskcache>=5.6.1 in /usr/local/lib/python3.10/site-packages (from llama-cpp-python) (5.6.3) Requirement already satisfied: numpy>=1.20.0 in /usr/local/lib/python3.10/site-packages (from llama-cpp-python) (1.26.4) Requirement already satisfied: jinja2>=2.11.3 in /usr/local/lib/python3.10/site-packages (from llama-cpp-python) (3.1.4) Requirement already satisfied: typing-extensions>=4.5.0 in /usr/local/lib/python3.10/site-packages (from llama-cpp-python) (4.12.2) Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/site-packages (from jinja2>=2.11.3->llama-cpp-python) (2.1.5) [notice] A new release of pip available: 22.3.1 -> 24.3.1 [notice] To update, run: pip install --upgrade pip WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package graphviz is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'graphviz' has no installation candidate Graphviz installed successfully Graphviz loaded successfully Error loading LLM model: Model path does not exist: /home/user/app/Llama-3.2-1B-Instruct-Q8_0.gguf Traceback (most recent call last): File "/home/user/app/app.py", line 88, in <module> llm = load_llm_model() File "/home/user/app/generate_markdown.py", line 7, in load_llm_model llm = Llama( File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama.py", line 365, in __init__ raise ValueError(f"Model path does not exist: {model_path}") ValueError: Model path does not exist: /home/user/app/Llama-3.2-1B-Instruct-Q8_0.gguf
Container logs:
Fetching error logs...