runtime error

Exit code: 1. Reason: y read the reason why this was added as explained in https://github.com/huggingface/transformers/pull/24565 - if you loaded a llama tokenizer from a GGUF file you can ignore this message. Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> tokenizer = AutoTokenizer.from_pretrained("m-a-p/YuE-s1-7B-anneal-en-cot") File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 953, in from_pretrained return tokenizer_class_fast.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2036, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2276, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/llama/tokenization_llama_fast.py", line 157, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_fast.py", line 120, in __init__ fast_tokenizer = convert_slow_tokenizer(slow_tokenizer) File "/usr/local/lib/python3.10/site-packages/transformers/convert_slow_tokenizer.py", line 1628, in convert_slow_tokenizer return converter_class(transformer_tokenizer).converted() File "/usr/local/lib/python3.10/site-packages/transformers/convert_slow_tokenizer.py", line 553, in __init__ model_pb2 = import_protobuf() File "/usr/local/lib/python3.10/site-packages/transformers/convert_slow_tokenizer.py", line 38, in import_protobuf from sentencepiece import sentencepiece_model_pb2 File "/usr/local/lib/python3.10/site-packages/sentencepiece/sentencepiece_model_pb2.py", line 5, in <module> from google.protobuf.internal import builder as _builder ImportError: cannot import name 'builder' from 'google.protobuf.internal' (/usr/local/lib/python3.10/site-packages/google/protobuf/internal/__init__.py)

Container logs:

Fetching error logs...