runtime error

Exit code: 1. Reason: ^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 4166, in from_pretrained model = cls(config, *model_args, **model_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/fireredtts3/redae/redae.py", line 413, in __init__ self.encoder = RedAEAudioEncoder( ^^^^^^^^^^^^^^^^^^ File "/app/fireredtts3/redae/redae.py", line 124, in __init__ self.qwen3 = Qwen3Model(self.qwen3_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 359, in __init__ super().__init__(config) File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 1299, in __init__ self.config._attn_implementation_internal = self._check_and_adjust_attn_implementation( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 1909, in _check_and_adjust_attn_implementation applicable_attn_implementation = self.get_correct_attn_implementation( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 1956, in get_correct_attn_implementation self._flash_attn_can_dispatch(flash_attn_version=fa_version, is_init_check=is_init_check) File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 1691, in _flash_attn_can_dispatch self._flash_attn_import_error(**FLASH_ATTENTION_COMPATIBILITY_MATRIX[flash_attn_version]) File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 1656, in _flash_attn_import_error raise ImportError( ImportError: FlashAttention2 has been toggled on, but it cannot be used due to the following error: FlashAttention2 is not available on CPU. Please make sure you are on any of the supported devices: ('cuda', 'mlu', 'npu', 'xpu').

Container logs:

Fetching error logs...