Upload utter-project_EuroLLM-9B_2.txt with huggingface_hub
Browse files
utter-project_EuroLLM-9B_2.txt
CHANGED
|
@@ -29,7 +29,7 @@ ValueError: Cannot instantiate this tokenizer from a slow version. If it's based
|
|
| 29 |
During handling of the above exception, another exception occurred:
|
| 30 |
|
| 31 |
Traceback (most recent call last):
|
| 32 |
-
File "/tmp/utter-project_EuroLLM-
|
| 33 |
tokenizer = AutoTokenizer.from_pretrained("utter-project/EuroLLM-9B")
|
| 34 |
File "/tmp/.cache/uv/environments-v2/31d9dd746308ee4e/lib/python3.13/site-packages/transformers/models/auto/tokenization_auto.py", line 1140, in from_pretrained
|
| 35 |
return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs)
|
|
|
|
| 29 |
During handling of the above exception, another exception occurred:
|
| 30 |
|
| 31 |
Traceback (most recent call last):
|
| 32 |
+
File "/tmp/utter-project_EuroLLM-9B_2SgXflA.py", line 19, in <module>
|
| 33 |
tokenizer = AutoTokenizer.from_pretrained("utter-project/EuroLLM-9B")
|
| 34 |
File "/tmp/.cache/uv/environments-v2/31d9dd746308ee4e/lib/python3.13/site-packages/transformers/models/auto/tokenization_auto.py", line 1140, in from_pretrained
|
| 35 |
return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs)
|