Upload LiquidAI_LFM2-VL-450M_0.txt with huggingface_hub
Browse files- LiquidAI_LFM2-VL-450M_0.txt +24 -0
LiquidAI_LFM2-VL-450M_0.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Traceback (most recent call last):
|
2 |
+
File "/tmp/LiquidAI_LFM2-VL-450M_0rG4ydl.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 pipeline
|
5 |
+
raise e
|
6 |
+
File "/tmp/.cache/uv/environments-v2/7e38b95086156af9/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1169, in pipeline
|
7 |
+
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_pretrained
|
9 |
+
processor_class = get_class_from_dynamic_module(
|
10 |
+
processor_auto_map, pretrained_model_name_or_path, **kwargs
|
11 |
+
)
|
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_module
|
13 |
+
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_file
|
19 |
+
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_imports
|
21 |
+
raise ImportError(
|
22 |
+
...<2 lines>...
|
23 |
+
)
|
24 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`
|