runtime error
Exit code: 1. Reason: .26G/1.26G [00:04<00:00, 253MB/s] model.safetensors: 0%| | 0.00/1.26G [00:00<?, ?B/s][ASome weights of Wav2Vec2ForCTC were not initialized from the model checkpoint at facebook/wav2vec2-large-960h and are newly initialized: ['wav2vec2.masked_spec_embed'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/app/app.py", line 22, in <module> model = Wav2Vec2ForCTC.from_pretrained(MODEL).to("cuda") File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4343, in to return super().to(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1371, in to return self._apply(convert) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 930, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 930, in _apply module._apply(fn) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 930, in _apply module._apply(fn) [Previous line repeated 2 more times] File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 957, in _apply param_applied = fn(param) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1357, in convert return t.to( File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 410, 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 model.safetensors: 5%|β | 67.1M/1.26G [00:03<00:54, 21.8MB/s][A model.safetensors: 10%|β | 122M/1.26G [00:04<00:35, 31.9MB/s] [A model.safetensors: 79%|ββββββββ | 994M/1.26G [00:05<00:00, 290MB/s] [A model.safetensors: 100%|ββββββββββ| 1.26G/1.26G [00:05<00:00, 236MB/s]
Container logs:
Fetching error logs...