runtime error
<?, ?B/s][A tokenizer.json: 100%|ββββββββββ| 2.42M/2.42M [00:00<00:00, 115MB/s] special_tokens_map.json: 0%| | 0.00/2.20k [00:00<?, ?B/s][A special_tokens_map.json: 100%|ββββββββββ| 2.20k/2.20k [00:00<00:00, 16.5MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 25, in <module> vibes = pipeline("text-to-audio", File "/home/user/.local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 1070, in pipeline return pipeline_class(model=model, framework=framework, task=task, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/pipelines/text_to_audio.py", line 77, in __init__ super().__init__(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 797, in __init__ self.model.to(device) File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2490, in to return super().to(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1160, in to return self._apply(convert) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 810, in _apply module._apply(fn) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 810, in _apply module._apply(fn) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 833, in _apply param_applied = fn(param) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1158, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "/home/user/.local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 298, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
Container logs:
Fetching error logs...