Upload AIDC-AI_Ovis2.5-2B_1.txt with huggingface_hub
Browse files- AIDC-AI_Ovis2.5-2B_1.txt +2 -2
AIDC-AI_Ovis2.5-2B_1.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/AIDC-AI_Ovis2.5-
|
| 3 |
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis2.5-2B", trust_remote_code=True, torch_dtype="auto"),
|
| 4 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 5 |
File "/tmp/.cache/uv/environments-v2/21c3e862644475f8/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
|
@@ -18,4 +18,4 @@ Traceback (most recent call last):
|
|
| 18 |
raise ImportError(
|
| 19 |
...<2 lines>...
|
| 20 |
)
|
| 21 |
-
ImportError: This modeling file requires the following packages that were not found in your environment: PIL
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/AIDC-AI_Ovis2.5-2B_1Hgyb0X.py", line 12, in <module>
|
| 3 |
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis2.5-2B", trust_remote_code=True, torch_dtype="auto"),
|
| 4 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 5 |
File "/tmp/.cache/uv/environments-v2/21c3e862644475f8/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
|
|
|
| 18 |
raise ImportError(
|
| 19 |
...<2 lines>...
|
| 20 |
)
|
| 21 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: PIL. Run `pip install PIL`
|