ariG23498 HF Staff commited on
Commit
847e476
·
verified ·
1 Parent(s): 9ceb492

Upload allenai_Bolmo-1B_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. allenai_Bolmo-1B_0.txt +3 -3
allenai_Bolmo-1B_0.txt CHANGED
@@ -7,14 +7,14 @@ pipe = pipeline("text-generation", model="allenai/Bolmo-1B", trust_remote_code=T
7
 
8
  ERROR:
9
  Traceback (most recent call last):
10
- File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_1B/5f3bab9dc6869b8917408fd400ccf40ca8ecf40c/modeling_bolmo.py", line 31, in <module>
11
  from xlstm.xlstm_large.model import mLSTMLayer, mLSTMLayerConfig, mLSTMLayerStateType, soft_cap, mLSTMBackendConfig
12
  ModuleNotFoundError: No module named 'xlstm'
13
 
14
  During handling of the above exception, another exception occurred:
15
 
16
  Traceback (most recent call last):
17
- File "/tmp/allenai_Bolmo-1B_0XKFa4D.py", line 26, in <module>
18
  pipe = pipeline("text-generation", model="allenai/Bolmo-1B", trust_remote_code=True)
19
  File "/tmp/.cache/uv/environments-v2/d6ab6b5f4a47eb8b/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1027, in pipeline
20
  framework, model = infer_framework_load_model(
@@ -39,6 +39,6 @@ Traceback (most recent call last):
39
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
40
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
41
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
42
- File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_1B/5f3bab9dc6869b8917408fd400ccf40ca8ecf40c/modeling_bolmo.py", line 33, in <module>
43
  raise ImportError("The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.")
44
  ImportError: The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.
 
7
 
8
  ERROR:
9
  Traceback (most recent call last):
10
+ File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_1B/dd644756a4b2f963ea25b213563d003106f34cca/modeling_bolmo.py", line 31, in <module>
11
  from xlstm.xlstm_large.model import mLSTMLayer, mLSTMLayerConfig, mLSTMLayerStateType, soft_cap, mLSTMBackendConfig
12
  ModuleNotFoundError: No module named 'xlstm'
13
 
14
  During handling of the above exception, another exception occurred:
15
 
16
  Traceback (most recent call last):
17
+ File "/tmp/allenai_Bolmo-1B_039CerC.py", line 26, in <module>
18
  pipe = pipeline("text-generation", model="allenai/Bolmo-1B", trust_remote_code=True)
19
  File "/tmp/.cache/uv/environments-v2/d6ab6b5f4a47eb8b/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1027, in pipeline
20
  framework, model = infer_framework_load_model(
 
39
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
40
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
41
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
42
+ File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_1B/dd644756a4b2f963ea25b213563d003106f34cca/modeling_bolmo.py", line 33, in <module>
43
  raise ImportError("The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.")
44
  ImportError: The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.