Exit code: 1.

#3
by devops724 - opened

Exit code: 1. Reason: '/home/user/.cache/huggingface/hub/models--nvidia--audio-flamingo-3-chat/snapshots/f5101f44de138aed8527791212be2e070224fb86/sound_mm_projector']

Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s]

Loading checkpoint shards: 25%|โ–ˆโ–ˆโ–Œ | 1/4 [00:08<00:26, 8.73s/it]
Loading checkpoint shards: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 4/4 [00:08<00:00, 2.18s/it]
Some parameters are on the meta device because they were offloaded to the disk and cpu.
You are using a model of type whisper to instantiate a model of type qwen2_audio_encoder. This is not supported for all configurations of models and can yield errors.
/home/user/.cache/huggingface/hub/models--nvidia--audio-flamingo-3-chat/snapshots/f5101f44de138aed8527791212be2e070224fb86
Traceback (most recent call last):
File "/home/user/app/app.py", line 14, in
model_multi = model_multi.to("cuda")
File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3156, in to
return super().to(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1340, in to
return self._apply(convert)
File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 900, in _apply
module._apply(fn)
File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 900, in _apply
module._apply(fn)
File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 900, in _apply
module._apply(fn)
File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 927, in _apply
param_applied = fn(param)
File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1326, in convert
return t.to(
File "/usr/local/lib/python3.10/site-packages/torch/cuda/init.py", line 319, 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:

Failed to retrieve error logs: SSE is not enabled

Sign up or log in to comment