ariG23498 HF Staff commited on
Commit
26bd25e
·
verified ·
1 Parent(s): 75d9365

Upload jet-ai_Jet-Nemotron-4B_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. jet-ai_Jet-Nemotron-4B_0.txt +42 -0
jet-ai_Jet-Nemotron-4B_0.txt ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Traceback (most recent call last):
2
+ File "/tmp/jet-ai_Jet-Nemotron-4B_0jXny4G.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 1028, in pipeline
5
+ framework, model = infer_framework_load_model(
6
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~^
7
+ adapter_path if adapter_path is not None else model,
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+ ...<5 lines>...
10
+ **model_kwargs,
11
+ ^^^^^^^^^^^^^^^
12
+ )
13
+ ^
14
+ File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/pipelines/base.py", line 293, in infer_framework_load_model
15
+ model = model_class.from_pretrained(model, **kwargs)
16
+ File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained
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 569, 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 432, in get_cached_module_file
27
+ get_cached_module_file(
28
+ ~~~~~~~~~~~~~~~~~~~~~~^
29
+ pretrained_model_name_or_path,
30
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
+ ...<8 lines>...
32
+ _commit_hash=commit_hash,
33
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
34
+ )
35
+ ^
36
+ File "/tmp/.cache/uv/environments-v2/c006b618eef85cf6/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 392, 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 224, in check_imports
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`