runtime error

ne with model ethzanalytics/LaMini-Flan-T5-783M on device -1 /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( 2024-Jun-08 00:52:14 [ERROR] aggregate - Failed to create pipeline: data did not match any variant of untagged enum PyPreTokenizerTypeWrapper at line 955 column 3 Traceback (most recent call last): File "/home/user/app/app.py", line 90, in <module> aggregator = BatchAggregator( File "/home/user/app/aggregate.py", line 74, in __init__ self.init_model(model_name) File "/home/user/app/aggregate.py", line 88, in init_model self.aggregator = self._create_pipeline(model_name) File "/home/user/app/aggregate.py", line 120, in _create_pipeline return pipeline( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 1004, in pipeline tokenizer = AutoTokenizer.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 825, in from_pretrained return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2048, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2287, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/t5/tokenization_t5_fast.py", line 146, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_fast.py", line 111, in __init__ fast_tokenizer = TokenizerFast.from_file(fast_tokenizer_file) Exception: data did not match any variant of untagged enum PyPreTokenizerTypeWrapper at line 955 column 3

Container logs:

Fetching error logs...