Upload allenai_Bolmo-1B_1.txt with huggingface_hub
Browse files- allenai_Bolmo-1B_1.txt +3 -3
allenai_Bolmo-1B_1.txt
CHANGED
|
@@ -6,14 +6,14 @@ model = AutoModelForCausalLM.from_pretrained("allenai/Bolmo-1B", trust_remote_co
|
|
| 6 |
|
| 7 |
ERROR:
|
| 8 |
Traceback (most recent call last):
|
| 9 |
-
File "/tmp/.cache/huggingface/modules/transformers_modules/allenai/Bolmo_hyphen_1B/
|
| 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-
|
| 17 |
model = AutoModelForCausalLM.from_pretrained("allenai/Bolmo-1B", trust_remote_code=True, dtype="auto")
|
| 18 |
File "/tmp/.cache/uv/environments-v2/2c79c6ebe6a89f2e/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_1B/
|
| 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_1B/dd644756a4b2f963ea25b213563d003106f34cca/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-1B_1a4Z1WZ.py", line 25, in <module>
|
| 17 |
model = AutoModelForCausalLM.from_pretrained("allenai/Bolmo-1B", trust_remote_code=True, dtype="auto")
|
| 18 |
File "/tmp/.cache/uv/environments-v2/2c79c6ebe6a89f2e/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_1B/dd644756a4b2f963ea25b213563d003106f34cca/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`.
|