runtime error

Exit code: 1. Reason: p ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/torchaudio/_extension/__init__.py", line 38, in <module> _load_lib("libtorchaudio") File "/usr/local/lib/python3.11/dist-packages/torchaudio/_extension/utils.py", line 60, in _load_lib torch.ops.load_library(path) File "/usr/local/lib/python3.11/dist-packages/torch/_ops.py", line 1444, in load_library raise OSError(f"Could not load this library: {path}") from e OSError: Could not load this library: /usr/local/lib/python3.11/dist-packages/torchaudio/lib/libtorchaudio.so Speaker embedding model skipped (set HF_TOKEN and accept license at hf.co/pyannote/embedding) Starting llama.cpp on port 8002... FATAL: llama.cpp failed to start after 180s Last log lines: return ctypes.CDLL(str(lib_path), **cdll_args) # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/ctypes/__init__.py", line 376, in __init__ self._handle = _dlopen(self._name, mode) ^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: libcuda.so.1: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<frozen runpy>", line 189, in _run_module_as_main File "<frozen runpy>", line 112, in _get_module_details File "/usr/local/lib/python3.11/dist-packages/llama_cpp/__init__.py", line 1, in <module> from .llama_cpp import * File "/usr/local/lib/python3.11/dist-packages/llama_cpp/llama_cpp.py", line 38, in <module> _lib = load_shared_library(_lib_base_name, _base_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/llama_cpp/_ctypes_extensions.py", line 69, in load_shared_library raise RuntimeError(f"Failed to load shared library '{lib_path}': {e}") RuntimeError: Failed to load shared library '/usr/local/lib/python3.11/dist-packages/llama_cpp/lib/libllama.so': libcuda.so.1: cannot open shared object file: No such file or directory

Container logs:

Fetching error logs...