runtime error
Exit code: 1. Reason: _hub) (0.14.0) Requirement already satisfied: click>=8.0.0 in /usr/local/lib/python3.10/site-packages (from typer-slim->huggingface_hub) (8.0.4) Requirement already satisfied: exceptiongroup>=1.0.2 in /usr/local/lib/python3.10/site-packages (from anyio->httpx<1,>=0.23.0->huggingface_hub) (1.2.2) Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.10/site-packages (from anyio->httpx<1,>=0.23.0->huggingface_hub) (1.3.1) Downloading huggingface_hub-1.2.3-py3-none-any.whl (520 kB) Downloading hf_xet-1.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 102.2 MB/s eta 0:00:00 Downloading typer_slim-0.21.0-py3-none-any.whl (47 kB) Installing collected packages: typer-slim, hf-xet, huggingface_hub Attempting uninstall: huggingface_hub Found existing installation: huggingface-hub 0.25.2 Uninstalling huggingface-hub-0.25.2: Successfully uninstalled huggingface-hub-0.25.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tokenizers 0.21.0 requires huggingface-hub<1.0,>=0.16.4, but you have huggingface-hub 1.2.3 which is incompatible. transformers 4.48.3 requires huggingface-hub<1.0,>=0.24.0, but you have huggingface-hub 1.2.3 which is incompatible. Successfully installed hf-xet-1.2.0 huggingface_hub-1.2.3 typer-slim-0.21.0 [notice] A new release of pip is available: 25.0.1 -> 25.3 [notice] To update, run: pip install --upgrade pip sh: 1: huggingface-cli: not found Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> model = Llama(model_path=MODEL_PATH) 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: ./qwen2.5-0.5b-instruct-q2_k.gguf
Container logs:
Fetching error logs...