runtime error

Exit code: 1. Reason: 0.00/15.1k [00:00<?, ?B/s] configuration_florence2.py: 100%|██████████| 15.1k/15.1k [00:00<00:00, 64.4MB/s] A new version of the following files was downloaded from https://huggingface.co/microsoft/Florence-2-base: - configuration_florence2.py . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision. modeling_florence2.py: 0%| | 0.00/127k [00:00<?, ?B/s] modeling_florence2.py: 100%|██████████| 127k/127k [00:00<00:00, 135MB/s] Traceback (most recent call last): File "/app/app.py", line 25, in <module> model = AutoModelForCausalLM.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ "microsoft/Florence-2-base", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... low_cpu_mem_usage=False # ← fix: prevents meta tensor initialization ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ).to(device) ^ File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 548, in from_pretrained model_class = get_class_from_dynamic_module( class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 488, in get_class_from_dynamic_module final_module = get_cached_module_file( repo_id, ...<8 lines>... repo_type=repo_type, ) File "/usr/local/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 314, in get_cached_module_file modules_needed = check_imports(resolved_module_file) File "/usr/local/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 180, in check_imports raise ImportError( ...<2 lines>... ) ImportError: This modeling file requires the following packages that were not found in your environment: flash_attn. Run `pip install flash_attn`

Container logs:

Fetching error logs...