runtime error
Exit code: 1. Reason: tokenizer_config.json: 0%| | 0.00/1.41k [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 1.41k/1.41k [00:00<00:00, 9.67MB/s] vocab.txt: 0%| | 0.00/2.24M [00:00<?, ?B/s][A vocab.txt: 100%|██████████| 2.24M/2.24M [00:00<00:00, 30.8MB/s] tokenizer.json: 0%| | 0.00/3.86M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 3.86M/3.86M [00:00<00:00, 70.8MB/s] special_tokens_map.json: 0%| | 0.00/695 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 695/695 [00:00<00:00, 4.80MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> pipe = InferencePipe() File "/home/user/app/inference_services.py", line 18, in __init__ self.tokenizer = AutoTokenizer.from_pretrained(model_name).to(device) File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 1099, in __getattr__ raise AttributeError(f"{self.__class__.__name__} has no attribute {key}") AttributeError: BertTokenizerFast has no attribute to
Container logs:
Fetching error logs...