ariG23498 HF Staff commited on
Commit
e95fbeb
·
verified ·
1 Parent(s): 941b66e

Upload allenai_Bolmo-7B_1.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. allenai_Bolmo-7B_1.txt +3 -3
allenai_Bolmo-7B_1.txt CHANGED
@@ -6,14 +6,14 @@ model = AutoModelForCausalLM.from_pretrained("allenai/Bolmo-7B", trust_remote_co
6
 
7
  ERROR:
8
  Traceback (most recent call last):
9
- File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_7B/2d3a0870a376aef45190b453773fa5fc5c5f6eed/modeling_bolmo.py", line 31, in <module>
10
  from xlstm.xlstm_large.model import mLSTMLayer, mLSTMLayerConfig, mLSTMLayerStateType, soft_cap, mLSTMBackendConfig
11
  ModuleNotFoundError: No module named 'xlstm'
12
 
13
  During handling of the above exception, another exception occurred:
14
 
15
  Traceback (most recent call last):
16
- File "/tmp/allenai_Bolmo-7B_1sT6i9p.py", line 25, in <module>
17
  model = AutoModelForCausalLM.from_pretrained("allenai/Bolmo-7B", trust_remote_code=True, dtype="auto")
18
  File "/tmp/.cache/uv/environments-v2/c418429f17577771/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained
19
  model_class = get_class_from_dynamic_module(
@@ -26,6 +26,6 @@ Traceback (most recent call last):
26
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
27
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
28
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
29
- File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_7B/2d3a0870a376aef45190b453773fa5fc5c5f6eed/modeling_bolmo.py", line 33, in <module>
30
  raise ImportError("The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.")
31
  ImportError: The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.
 
6
 
7
  ERROR:
8
  Traceback (most recent call last):
9
+ File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_7B/2b307590fce19dea1d79a775ec7275c69d11ac6a/modeling_bolmo.py", line 31, in <module>
10
  from xlstm.xlstm_large.model import mLSTMLayer, mLSTMLayerConfig, mLSTMLayerStateType, soft_cap, mLSTMBackendConfig
11
  ModuleNotFoundError: No module named 'xlstm'
12
 
13
  During handling of the above exception, another exception occurred:
14
 
15
  Traceback (most recent call last):
16
+ File "/tmp/allenai_Bolmo-7B_1Onn8wz.py", line 25, in <module>
17
  model = AutoModelForCausalLM.from_pretrained("allenai/Bolmo-7B", trust_remote_code=True, dtype="auto")
18
  File "/tmp/.cache/uv/environments-v2/c418429f17577771/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 586, in from_pretrained
19
  model_class = get_class_from_dynamic_module(
 
26
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
27
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
28
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
29
+ File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_7B/2b307590fce19dea1d79a775ec7275c69d11ac6a/modeling_bolmo.py", line 33, in <module>
30
  raise ImportError("The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.")
31
  ImportError: The `xlstm` package is required to use Bolmo. Please install it via `pip install xlstm`.