Upload Ovis-U1-3B_0.txt with huggingface_hub
Browse files- Ovis-U1-3B_0.txt +2 -2
Ovis-U1-3B_0.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Traceback (most recent call last):
|
2 |
-
File "/tmp/Ovis-U1-
|
3 |
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis-U1-3B", trust_remote_code=True)
|
4 |
File "/tmp/.cache/uv/environments-v2/1f869e61c4b2560b/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 547, in from_pretrained
|
5 |
config, kwargs = AutoConfig.from_pretrained(
|
@@ -37,4 +37,4 @@ Traceback (most recent call last):
|
|
37 |
raise ImportError(
|
38 |
...<2 lines>...
|
39 |
)
|
40 |
-
ImportError: This modeling file requires the following packages that were not found in your environment:
|
|
|
1 |
Traceback (most recent call last):
|
2 |
+
File "/tmp/Ovis-U1-3B_0oX9ju5.py", line 12, in <module>
|
3 |
model = AutoModelForCausalLM.from_pretrained("AIDC-AI/Ovis-U1-3B", trust_remote_code=True)
|
4 |
File "/tmp/.cache/uv/environments-v2/1f869e61c4b2560b/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 547, in from_pretrained
|
5 |
config, kwargs = AutoConfig.from_pretrained(
|
|
|
37 |
raise ImportError(
|
38 |
...<2 lines>...
|
39 |
)
|
40 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: PIL, diffusers, einops, torchvision. Run `pip install PIL diffusers einops torchvision`
|