Upload LiquidAI_LFM2-VL-1.6B_0.txt with huggingface_hub
Browse files
LiquidAI_LFM2-VL-1.6B_0.txt
CHANGED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/LiquidAI_LFM2-VL-1.
|
| 3 |
pipe = pipeline("image-text-to-text", model="LiquidAI/LFM2-VL-1.6B", trust_remote_code=True)
|
| 4 |
-
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line
|
| 5 |
raise e
|
| 6 |
-
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line
|
| 7 |
processor = AutoProcessor.from_pretrained(processor, _from_pipeline=task, **hub_kwargs, **model_kwargs)
|
| 8 |
-
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line
|
| 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/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 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/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 19 |
modules_needed = check_imports(resolved_module_file)
|
| 20 |
-
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 21 |
raise ImportError(
|
| 22 |
...<2 lines>...
|
| 23 |
)
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/LiquidAI_LFM2-VL-1.6B_0X7Okei.py", line 13, in <module>
|
| 3 |
pipe = pipeline("image-text-to-text", model="LiquidAI/LFM2-VL-1.6B", trust_remote_code=True)
|
| 4 |
+
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1198, in pipeline
|
| 5 |
raise e
|
| 6 |
+
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1189, in pipeline
|
| 7 |
processor = AutoProcessor.from_pretrained(processor, _from_pipeline=task, **hub_kwargs, **model_kwargs)
|
| 8 |
+
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/models/auto/processing_auto.py", line 382, 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/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, 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/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
|
| 19 |
modules_needed = check_imports(resolved_module_file)
|
| 20 |
+
File "/tmp/.cache/uv/environments-v2/6e3e46311085f7ee/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
|
| 21 |
raise ImportError(
|
| 22 |
...<2 lines>...
|
| 23 |
)
|