runtime error

Exit code: 1. Reason: be2d9b1751e5c01162ad0096f Stored in directory: /home/user/.cache/pip/wheels/54/7f/ae/8a327a327797c78034dcc7f48f398a31e07d8473e85aee9bf6 Successfully built flash-attn Installing collected packages: einops, flash-attn Successfully installed einops-0.8.1 flash-attn-2.7.4.post1 [notice] A new release of pip available: 22.3.1 -> 25.0.1 [notice] To update, run: /usr/local/bin/python -m pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> PROCESSOR = AutoProcessor.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 321, in from_pretrained return processor_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 892, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 938, in _get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2291, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2525, 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 134, in __init__ raise ValueError( ValueError: Couldn't instantiate the backend tokenizer from one of: (1) a `tokenizers` library serialization file, (2) a slow tokenizer instance to convert or (3) an equivalent slow tokenizer class to instantiate and convert. You need to have sentencepiece installed to convert a slow tokenizer to a fast one.

Container logs:

Fetching error logs...