ariG23498 HF Staff commited on
Commit
eb7394e
·
verified ·
1 Parent(s): 5efa4d0

Upload LiquidAI_LFM2-8B-A1B_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. LiquidAI_LFM2-8B-A1B_0.txt +30 -0
LiquidAI_LFM2-8B-A1B_0.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Traceback (most recent call last):
2
+ File "/tmp/LiquidAI_LFM2-8B-A1B_0wIkn8Q.py", line 16, in <module>
3
+ pipe = pipeline("text-generation", model="LiquidAI/LFM2-8B-A1B", trust_remote_code=True)
4
+ File "/tmp/.cache/uv/environments-v2/1b57f0f089e40716/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
5
+ config = AutoConfig.from_pretrained(
6
+ model, _from_pipeline=task, code_revision=code_revision, **hub_kwargs, **model_kwargs
7
+ )
8
+ File "/tmp/.cache/uv/environments-v2/1b57f0f089e40716/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 1347, in from_pretrained
9
+ config_class = get_class_from_dynamic_module(
10
+ class_ref, pretrained_model_name_or_path, code_revision=code_revision, **kwargs
11
+ )
12
+ File "/tmp/.cache/uv/environments-v2/1b57f0f089e40716/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 604, in get_class_from_dynamic_module
13
+ final_module = get_cached_module_file(
14
+ repo_id,
15
+ ...<8 lines>...
16
+ repo_type=repo_type,
17
+ )
18
+ File "/tmp/.cache/uv/environments-v2/1b57f0f089e40716/lib/python3.13/site-packages/transformers/dynamic_module_utils.py", line 406, in get_cached_module_file
19
+ resolved_module_file = cached_file(
20
+ pretrained_model_name_or_path,
21
+ ...<9 lines>...
22
+ _commit_hash=_commit_hash,
23
+ )
24
+ File "/tmp/.cache/uv/environments-v2/1b57f0f089e40716/lib/python3.13/site-packages/transformers/utils/hub.py", line 322, in cached_file
25
+ file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs)
26
+ File "/tmp/.cache/uv/environments-v2/1b57f0f089e40716/lib/python3.13/site-packages/transformers/utils/hub.py", line 583, in cached_files
27
+ raise OSError(
28
+ ...<2 lines>...
29
+ )
30
+ OSError: LiquidAI/LFM2-8B-A1B does not appear to have a file named configuration_lfm2_moe.py. Checkout 'https://huggingface.co/LiquidAI/LFM2-8B-A1B/tree/main' for available files.