Upload jet-ai_Jet-Nemotron-4B_1.txt with huggingface_hub
Browse files
jet-ai_Jet-Nemotron-4B_1.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/jet-ai_Jet-Nemotron-
|
| 3 |
model = AutoModelForCausalLM.from_pretrained("jet-ai/Jet-Nemotron-4B", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained
|
| 5 |
model_class = get_class_from_dynamic_module(
|
| 6 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
| 7 |
)
|
| 8 |
-
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 9 |
final_module = get_cached_module_file(
|
| 10 |
repo_id,
|
| 11 |
...<8 lines>...
|
| 12 |
repo_type=repo_type,
|
| 13 |
)
|
| 14 |
-
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 15 |
get_cached_module_file(
|
| 16 |
~~~~~~~~~~~~~~~~~~~~~~^
|
| 17 |
pretrained_model_name_or_path,
|
|
@@ -21,10 +21,10 @@ Traceback (most recent call last):
|
|
| 21 |
^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 22 |
)
|
| 23 |
^
|
| 24 |
-
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 25 |
modules_needed = check_imports(resolved_module_file)
|
| 26 |
-
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line
|
| 27 |
raise ImportError(
|
| 28 |
...<2 lines>...
|
| 29 |
)
|
| 30 |
-
ImportError: This modeling file requires the following packages that were not found in your environment: einops. Run `pip install einops`
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/jet-ai_Jet-Nemotron-4B_1M5sxIt.py", line 15, in <module>
|
| 3 |
model = AutoModelForCausalLM.from_pretrained("jet-ai/Jet-Nemotron-4B", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained
|
| 5 |
model_class = get_class_from_dynamic_module(
|
| 6 |
class_ref, pretrained_model_name_or_path, code_revision=code_revision, **hub_kwargs, **kwargs
|
| 7 |
)
|
| 8 |
+
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 604, in get_class_from_dynamic_module
|
| 9 |
final_module = get_cached_module_file(
|
| 10 |
repo_id,
|
| 11 |
...<8 lines>...
|
| 12 |
repo_type=repo_type,
|
| 13 |
)
|
| 14 |
+
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 467, in get_cached_module_file
|
| 15 |
get_cached_module_file(
|
| 16 |
~~~~~~~~~~~~~~~~~~~~~~^
|
| 17 |
pretrained_model_name_or_path,
|
|
|
|
| 21 |
^^^^^^^^^^^^^^^^^^^^^^^^^
|
| 22 |
)
|
| 23 |
^
|
| 24 |
+
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 427, in get_cached_module_file
|
| 25 |
modules_needed = check_imports(resolved_module_file)
|
| 26 |
+
File "/tmp/.cache/uv/environments-v2/a715d814b0fd3d5f/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 260, in check_imports
|
| 27 |
raise ImportError(
|
| 28 |
...<2 lines>...
|
| 29 |
)
|
| 30 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: einops, fla. Run `pip install einops fla`
|