Upload allenai_Bolmo-1B_1.txt with huggingface_hub
Browse files- allenai_Bolmo-1B_1.txt +1 -1
allenai_Bolmo-1B_1.txt
CHANGED
|
@@ -13,7 +13,7 @@ ModuleNotFoundError: No module named 'xlstm'
|
|
| 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(
|
|
|
|
| 13 |
During handling of the above exception, another exception occurred:
|
| 14 |
|
| 15 |
Traceback (most recent call last):
|
| 16 |
+
File "/tmp/allenai_Bolmo-1B_1sHUCap.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(
|