runtime error

Exit code: 1. Reason: ocal/lib/python3.9/site-packages/transformers/models/gemma/tokenization_gemma_fast.py", line 100, in __init__ super().__init__( File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_fast.py", line 178, in __init__ super().__init__(**kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 1472, in __init__ self._set_model_specific_special_tokens(special_tokens=self.extra_special_tokens) File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 1210, in _set_model_specific_special_tokens self.SPECIAL_TOKENS_ATTRIBUTES = self.SPECIAL_TOKENS_ATTRIBUTES + list(special_tokens.keys()) AttributeError: 'list' object has no attribute 'keys' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/code/app.py", line 8, in <module> tokenizer = AutoTokenizer.from_pretrained(model_id) File "/usr/local/lib/python3.9/site-packages/transformers/models/auto/tokenization_auto.py", line 1156, in from_pretrained return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 2113, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 2360, in _from_pretrained except import_protobuf_decode_error(): File "/usr/local/lib/python3.9/site-packages/transformers/tokenization_utils_base.py", line 88, in import_protobuf_decode_error raise ImportError(PROTOBUF_IMPORT_ERROR.format(error_message)) ImportError: requires the protobuf library but it was not found in your environment. Check out the instructions on the installation page of its repo: https://github.com/protocolbuffers/protobuf/tree/master/python#installation and follow the ones that match your environment. Please note that you may need to restart your runtime after installation.

Container logs:

Fetching error logs...