runtime error

Exit code: 1. Reason: [HuggingFace] Downloading models to /home/user/app/checkpoints,model cache dir=/home/user/app/checkpoints/hf_cache [HuggingFace] IndexTTS-2 Download finished [HuggingFace] w2v-bert-2.0 Download finished [HuggingFace] bigvgan_v2_22khz_80band_256x Download finished [HuggingFace] campplus Download finished Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/torch/_ops.py", line 1488, in load_library ctypes.CDLL(path) File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: libcudart.so.13: cannot open shared object file: No such file or directory The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/webui.py", line 34, in <module> from indextts import infer File "/home/user/app/indextts/infer.py", line 9, in <module> import torchaudio File "/usr/local/lib/python3.10/site-packages/torchaudio/__init__.py", line 7, in <module> from . import _extension # noqa # usort: skip File "/usr/local/lib/python3.10/site-packages/torchaudio/_extension/__init__.py", line 30, in <module> _IS_TORCHAUDIO_EXT_AVAILABLE = _load_lib("_torchaudio") File "/usr/local/lib/python3.10/site-packages/torchaudio/_extension/utils.py", line 56, in _load_lib torch.ops.load_library(paths[0]) File "/usr/local/lib/python3.10/site-packages/torch/_ops.py", line 1490, in load_library raise OSError(f"Could not load this library: {path}") from e OSError: Could not load this library: /usr/local/lib/python3.10/site-packages/torchaudio/lib/_torchaudio.abi3.so

Container logs:

Fetching error logs...