Upload vikhyatk_moondream2_0.txt with huggingface_hub
Browse files
vikhyatk_moondream2_0.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/
|
| 3 |
pipe = pipeline("image-text-to-text", model="vikhyatk/moondream2", trust_remote_code=True)
|
| 4 |
-
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line
|
| 5 |
config = AutoConfig.from_pretrained(
|
| 6 |
model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
|
| 7 |
)
|
| 8 |
-
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line
|
| 9 |
config_class = get_class_from_dynamic_module(
|
| 10 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **kwargs
|
| 11 |
)
|
| 12 |
-
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/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/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 19 |
get_cached_module_file(
|
| 20 |
~~~~~~~~~~~~~~~~~~~~~~^
|
| 21 |
pretrained_model_name_or_path,
|
|
@@ -25,9 +25,9 @@ Traceback (most recent call last):
|
|
| 25 |
^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 26 |
)
|
| 27 |
^
|
| 28 |
-
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 29 |
modules_needed = check_imports(resolved_module_file)
|
| 30 |
-
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 31 |
raise ImportError(
|
| 32 |
...<2 lines>...
|
| 33 |
)
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/vikhyatk_moondream2_0NlRfj2.py", line 13, in <module>
|
| 3 |
pipe = pipeline("image-text-to-text", model="vikhyatk/moondream2", trust_remote_code=True)
|
| 4 |
+
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 5 |
config = AutoConfig.from_pretrained(
|
| 6 |
model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
|
| 7 |
)
|
| 8 |
+
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1302, in from_pretrained
|
| 9 |
config_class = get_class_from_dynamic_module(
|
| 10 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **kwargs
|
| 11 |
)
|
| 12 |
+
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/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/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 432, in get_cached_module_file
|
| 19 |
get_cached_module_file(
|
| 20 |
~~~~~~~~~~~~~~~~~~~~~~^
|
| 21 |
pretrained_model_name_or_path,
|
|
|
|
| 25 |
^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 26 |
)
|
| 27 |
^
|
| 28 |
+
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
|
| 29 |
modules_needed = check_imports(resolved_module_file)
|
| 30 |
+
File "/tmp/.cache/uv/environments-v2/2a90239f0d4c576b/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
|
| 31 |
raise ImportError(
|
| 32 |
...<2 lines>...
|
| 33 |
)
|