Upload nvidia_omnivinci_0.txt with huggingface_hub
Browse files- nvidia_omnivinci_0.txt +2 -2
nvidia_omnivinci_0.txt
CHANGED
|
@@ -7,7 +7,7 @@ pipe = pipeline("feature-extraction", model="nvidia/omnivinci", trust_remote_cod
|
|
| 7 |
|
| 8 |
ERROR:
|
| 9 |
Traceback (most recent call last):
|
| 10 |
-
File "/tmp/
|
| 11 |
pipe = pipeline("feature-extraction", model="nvidia/omnivinci", trust_remote_code=True)
|
| 12 |
File "/tmp/.cache/uv/environments-v2/30ed17181fbf052a/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 13 |
config = AutoConfig.from_pretrained(
|
|
@@ -29,4 +29,4 @@ Traceback (most recent call last):
|
|
| 29 |
raise ImportError(
|
| 30 |
...<2 lines>...
|
| 31 |
)
|
| 32 |
-
ImportError: This modeling file requires the following packages that were not found in your environment:
|
|
|
|
| 7 |
|
| 8 |
ERROR:
|
| 9 |
Traceback (most recent call last):
|
| 10 |
+
File "/tmp/nvidia_omnivinci_0YjUcPp.py", line 24, in <module>
|
| 11 |
pipe = pipeline("feature-extraction", model="nvidia/omnivinci", trust_remote_code=True)
|
| 12 |
File "/tmp/.cache/uv/environments-v2/30ed17181fbf052a/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 13 |
config = AutoConfig.from_pretrained(
|
|
|
|
| 29 |
raise ImportError(
|
| 30 |
...<2 lines>...
|
| 31 |
)
|
| 32 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: whisper. Run `pip install whisper`
|