Upload jet-ai_Jet-Nemotron-4B_0.txt with huggingface_hub
Browse files
jet-ai_Jet-Nemotron-4B_0.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/jet-ai_Jet-Nemotron-
|
| 3 |
pipe = pipeline("text-generation", model="jet-ai/Jet-Nemotron-4B", trust_remote_code=True)
|
| 4 |
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1027, in pipeline
|
| 5 |
framework, model = infer_framework_load_model(
|
|
@@ -39,4 +39,4 @@ Traceback (most recent call last):
|
|
| 39 |
raise ImportError(
|
| 40 |
...<2 lines>...
|
| 41 |
)
|
| 42 |
-
ImportError: This modeling file requires the following packages that were not found in your environment: einops
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/jet-ai_Jet-Nemotron-4B_00dEwIh.py", line 16, in <module>
|
| 3 |
pipe = pipeline("text-generation", model="jet-ai/Jet-Nemotron-4B", trust_remote_code=True)
|
| 4 |
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1027, in pipeline
|
| 5 |
framework, model = infer_framework_load_model(
|
|
|
|
| 39 |
raise ImportError(
|
| 40 |
...<2 lines>...
|
| 41 |
)
|
| 42 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: einops. Run `pip install einops`
|