Upload jet-ai_Jet-Nemotron-4B_0.txt with huggingface_hub
Browse files
jet-ai_Jet-Nemotron-4B_0.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 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
|
| 5 |
framework, model = infer_framework_load_model(
|
| 6 |
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 7 |
adapter_path if adapter_path is not None else model,
|
|
@@ -17,13 +17,13 @@ Traceback (most recent call last):
|
|
| 17 |
model_class = get_class_from_dynamic_module(
|
| 18 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
| 19 |
)
|
| 20 |
-
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 21 |
final_module = get_cached_module_file(
|
| 22 |
repo_id,
|
| 23 |
...<8 lines>...
|
| 24 |
repo_type=repo_type,
|
| 25 |
)
|
| 26 |
-
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 27 |
get_cached_module_file(
|
| 28 |
~~~~~~~~~~~~~~~~~~~~~~^
|
| 29 |
pretrained_model_name_or_path,
|
|
@@ -33,9 +33,9 @@ Traceback (most recent call last):
|
|
| 33 |
^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 34 |
)
|
| 35 |
^
|
| 36 |
-
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 37 |
modules_needed = check_imports(resolved_module_file)
|
| 38 |
-
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 39 |
raise ImportError(
|
| 40 |
...<2 lines>...
|
| 41 |
)
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/jet-ai_Jet-Nemotron-4B_0SU8owp.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(
|
| 6 |
~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 7 |
adapter_path if adapter_path is not None else model,
|
|
|
|
| 17 |
model_class = get_class_from_dynamic_module(
|
| 18 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
| 19 |
)
|
| 20 |
+
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 604, in get_class_from_dynamic_module
|
| 21 |
final_module = get_cached_module_file(
|
| 22 |
repo_id,
|
| 23 |
...<8 lines>...
|
| 24 |
repo_type=repo_type,
|
| 25 |
)
|
| 26 |
+
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 467, in get_cached_module_file
|
| 27 |
get_cached_module_file(
|
| 28 |
~~~~~~~~~~~~~~~~~~~~~~^
|
| 29 |
pretrained_model_name_or_path,
|
|
|
|
| 33 |
^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 34 |
)
|
| 35 |
^
|
| 36 |
+
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 427, in get_cached_module_file
|
| 37 |
modules_needed = check_imports(resolved_module_file)
|
| 38 |
+
File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 260, in check_imports
|
| 39 |
raise ImportError(
|
| 40 |
...<2 lines>...
|
| 41 |
)
|