runtime error

Exit code: 1. Reason: >>> INITIALIZING THE BRAIN... Loading microsoft/Florence-2-base... config.json: 0%| | 0.00/2.43k [00:00<?, ?B/s] config.json: 100%|██████████| 2.43k/2.43k [00:00<00:00, 17.0MB/s] configuration_florence2.py: 0%| | 0.00/15.1k [00:00<?, ?B/s] configuration_florence2.py: 100%|██████████| 15.1k/15.1k [00:00<00:00, 67.0MB/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, 72.1MB/s] Encountered exception while importing timm: No module named 'timm' Traceback (most recent call last): File "/app/app.py", line 16, in <module> flo_model = AutoModelForCausalLM.from_pretrained(FLORENCE_ID, trust_remote_code=True).to("cpu").eval() File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained model_class = get_class_from_dynamic_module( File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 604, in get_class_from_dynamic_module final_module = get_cached_module_file( File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 427, in get_cached_module_file modules_needed = check_imports(resolved_module_file) File "/usr/local/lib/python3.10/site-packages/transformers/dynamic_module_utils.py", line 260, in check_imports raise ImportError( ImportError: This modeling file requires the following packages that were not found in your environment: timm. Run `pip install timm`

Container logs:

Fetching error logs...