runtime error

MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: typing-extensions>=4.5.0 in /home/user/.local/lib/python3.10/site-packages (from llama-cpp-python) (4.6.3) Requirement already satisfied: numpy>=1.20.0 in /home/user/.local/lib/python3.10/site-packages (from llama-cpp-python) (1.24.3) Building wheels for collected packages: llama-cpp-python Building wheel for llama-cpp-python (pyproject.toml): started Building wheel for llama-cpp-python (pyproject.toml): finished with status 'done' Created wheel for llama-cpp-python: filename=llama_cpp_python-0.1.57-cp310-cp310-linux_x86_64.whl size=211979 sha256=caf7b5acc319223690f72b10e3f176bc2dec21d600ef9794d4cec9db431221f4 Stored in directory: /home/user/.cache/pip/wheels/c9/12/64/4f4b993bb5a8fae734c364fff2ecc4e1e33ea66aec64f71c5c Successfully built llama-cpp-python Installing collected packages: llama-cpp-python Successfully installed llama-cpp-python-0.1.57 [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python -m pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> llm = Llama(model_path="eachadea_ggml-vic7b-q4_0.bin", n_ctx=2048, n_batch=126) File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 191, in __init__ raise ValueError(f"Model path does not exist: {model_path}") ValueError: Model path does not exist: eachadea_ggml-vic7b-q4_0.bin Exception ignored in: <function Llama.__del__ at 0x7f6dfff06d40> Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/llama_cpp/llama.py", line 1333, in __del__ if self.ctx is not None: AttributeError: 'Llama' object has no attribute 'ctx'

Container logs:

Fetching error logs...