Upload nvidia_omnivinci_1.txt with huggingface_hub
Browse files- nvidia_omnivinci_1.txt +2 -2
nvidia_omnivinci_1.txt
CHANGED
|
@@ -6,7 +6,7 @@ model = AutoModel.from_pretrained("nvidia/omnivinci", trust_remote_code=True, to
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
-
File "/tmp/
|
| 10 |
model = AutoModel.from_pretrained("nvidia/omnivinci", trust_remote_code=True, torch_dtype="auto")
|
| 11 |
File "/tmp/.cache/uv/environments-v2/8038d2e724327129/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
|
| 12 |
config, kwargs = AutoConfig.from_pretrained(
|
|
@@ -34,4 +34,4 @@ Traceback (most recent call last):
|
|
| 34 |
raise ImportError(
|
| 35 |
...<2 lines>...
|
| 36 |
)
|
| 37 |
-
ImportError: This modeling file requires the following packages that were not found in your environment:
|
|
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
+
File "/tmp/nvidia_omnivinci_1L5ELFN.py", line 23, in <module>
|
| 10 |
model = AutoModel.from_pretrained("nvidia/omnivinci", trust_remote_code=True, torch_dtype="auto")
|
| 11 |
File "/tmp/.cache/uv/environments-v2/8038d2e724327129/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
|
| 12 |
config, kwargs = AutoConfig.from_pretrained(
|
|
|
|
| 34 |
raise ImportError(
|
| 35 |
...<2 lines>...
|
| 36 |
)
|
| 37 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: whisper. Run `pip install whisper`
|