Upload allenai_Bolmo-7B_0.txt with huggingface_hub
Browse files- allenai_Bolmo-7B_0.txt +3 -3
allenai_Bolmo-7B_0.txt
CHANGED
|
@@ -7,14 +7,14 @@ pipe = pipeline("text-generation", model="allenai/Bolmo-7B", trust_remote_code=T
|
|
| 7 |
|
| 8 |
ERROR:
|
| 9 |
Traceback (most recent call last):
|
| 10 |
-
File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_7B/
|
| 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-
|
| 18 |
pipe = pipeline("text-generation", model="allenai/Bolmo-7B", trust_remote_code=True)
|
| 19 |
File "/tmp/.cache/uv/environments-v2/2f9bf6bc68532639/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_7B/
|
| 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_7B/2b307590fce19dea1d79a775ec7275c69d11ac6a/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-7B_0mxhMLI.py", line 26, in <module>
|
| 18 |
pipe = pipeline("text-generation", model="allenai/Bolmo-7B", trust_remote_code=True)
|
| 19 |
File "/tmp/.cache/uv/environments-v2/2f9bf6bc68532639/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_7B/2b307590fce19dea1d79a775ec7275c69d11ac6a/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`.
|