runtime error

Exit code: 1. Reason: nset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`. preprocessor_config.json: 0%| | 0.00/287 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 287/287 [00:00<00:00, 2.65MB/s] tokenizer_config.json: 0%| | 0.00/506 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 506/506 [00:00<00:00, 2.80MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> blip_processor = BlipProcessor.from_pretrained("Salesforce/blip-image-captioning-base") File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1185, 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 1248, 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 2025, in from_pretrained return cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2063, in _from_pretrained slow_tokenizer = (cls.slow_tokenizer_class)._from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2278, in _from_pretrained tokenizer = cls(*init_inputs, **init_kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/models/bert/tokenization_bert.py", line 114, in __init__ if not os.path.isfile(vocab_file): File "/usr/local/lib/python3.10/genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

Container logs:

Fetching error logs...