runtime error
Exit code: 1. Reason: n.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 4412, in from_pretrained model = cls(config, *model_args, **model_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/mage_flow/models/modules/text_encoder.py", line 82, in __init__ super().__init__(config) File "/usr/local/lib/python3.12/site-packages/transformers/models/qwen3_vl/modeling_qwen3_vl.py", line 1279, in __init__ super().__init__(config) File "/usr/local/lib/python3.12/site-packages/transformers/modeling_utils.py", line 1381, 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 2038, 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 2085, 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 1814, 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 1769, in _flash_attn_import_error raise ImportError( ImportError: FlashAttention2 has been toggled on, but it cannot be used due to the following error: the package for FlashAttention2 doesn't seem to be installed. Download complete: 100%|ââââââââââ| 17.5G/17.5G [00:31<00:00, 554MB/s]
Container logs:
Fetching error logs...