CoolFace
Datasetpublic

model-metadata/custom_code_execution_files

sourceHugging Faceupdated 11mo agoView on Hugging Face
1likes4.1kdownloads
LiquidAI_LFM2-VL-450M_0.txt25 linesDownload Raw Back to root
1Traceback (most recent call last):2  File "/tmp/LiquidAI_LFM2-VL-450M_07uPCVK.py", line 13, in <module>3    pipe = pipeline("image-text-to-text", model="LiquidAI/LFM2-VL-450M", trust_remote_code=True)4  File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1178, in pipeline5    raise e6  File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1169, in pipeline7    processor = AutoProcessor.from_pretrained(processor, _from_pipeline=task, **hub_kwargs, **model_kwargs)8  File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 376, in from_pretrained9    processor_class = get_class_from_dynamic_module(10        processor_auto_map, pretrained_model_name_or_path, **kwargs11    )12  File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 570, in get_class_from_dynamic_module13    final_module = get_cached_module_file(14        repo_id,15    ...<8 lines>...16        repo_type=repo_type,17    )18  File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 393, in get_cached_module_file19    modules_needed = check_imports(resolved_module_file)20  File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 225, in check_imports21    raise ImportError(22    ...<2 lines>...23    )24ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`25