Upload kakaocorp_kanana-1.5-v-3b-instruct_1.txt with huggingface_hub
Browse files
kakaocorp_kanana-1.5-v-3b-instruct_1.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Traceback (most recent call last):
|
2 |
+
File "/tmp/kakaocorp_kanana-1.5-v-3b-instruct_1M9iNX0.py", line 12, in <module>
|
3 |
+
model = AutoModelForVision2Seq.from_pretrained("kakaocorp/kanana-1.5-v-3b-instruct", trust_remote_code=True, torch_dtype="auto"),
|
4 |
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
5 |
+
File "/tmp/.cache/uv/environments-v2/510ad75317545b08/lib/python3.13/site-packages/transformers/models/auto/modeling_auto.py", line 2165, in from_pretrained
|
6 |
+
return super().from_pretrained(pretrained_model_name_or_path, *model_args, **kwargs)
|
7 |
+
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
8 |
+
File "/tmp/.cache/uv/environments-v2/510ad75317545b08/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
9 |
+
model_class = get_class_from_dynamic_module(
|
10 |
+
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
11 |
+
)
|
12 |
+
File "/tmp/.cache/uv/environments-v2/510ad75317545b08/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/510ad75317545b08/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/510ad75317545b08/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: einops, timm. Run `pip install einops timm`
|