Upload AIDC-AI_Ovis2.5-9B_1.txt with huggingface_hub
Browse files- AIDC-AI_Ovis2.5-9B_1.txt +6 -7
AIDC-AI_Ovis2.5-9B_1.txt
CHANGED
|
@@ -1,20 +1,19 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/AIDC-AI_Ovis2.5-
|
| 3 |
-
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis2.5-9B", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
-
|
| 5 |
-
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
| 6 |
model_class = get_class_from_dynamic_module(
|
| 7 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
| 8 |
)
|
| 9 |
-
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 10 |
final_module = get_cached_module_file(
|
| 11 |
repo_id,
|
| 12 |
...<8 lines>...
|
| 13 |
repo_type=repo_type,
|
| 14 |
)
|
| 15 |
-
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 16 |
modules_needed = check_imports(resolved_module_file)
|
| 17 |
-
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 18 |
raise ImportError(
|
| 19 |
...<2 lines>...
|
| 20 |
)
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/AIDC-AI_Ovis2.5-9B_1b0C5vC.py", line 12, in <module>
|
| 3 |
+
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis2.5-9B", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
+
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained
|
|
|
|
| 5 |
model_class = get_class_from_dynamic_module(
|
| 6 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
| 7 |
)
|
| 8 |
+
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 569, in get_class_from_dynamic_module
|
| 9 |
final_module = get_cached_module_file(
|
| 10 |
repo_id,
|
| 11 |
...<8 lines>...
|
| 12 |
repo_type=repo_type,
|
| 13 |
)
|
| 14 |
+
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, in get_cached_module_file
|
| 15 |
modules_needed = check_imports(resolved_module_file)
|
| 16 |
+
File "/tmp/.cache/uv/environments-v2/e38caf06c1acb22e/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 224, in check_imports
|
| 17 |
raise ImportError(
|
| 18 |
...<2 lines>...
|
| 19 |
)
|