runtime error

Exit code: 1. Reason: config.json: 0%| | 0.00/787 [00:00<?, ?B/s] config.json: 100%|██████████| 787/787 [00:00<00:00, 2.44MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 993, in from_pretrained config_class = CONFIG_MAPPING[config_dict["model_type"]] File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 695, in __getitem__ raise KeyError(key) KeyError: 'granite' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 8, in <module> generator = pipeline( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 805, in pipeline config = AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 995, in from_pretrained raise ValueError( ValueError: The checkpoint you are trying to load has model type `granite` but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Container logs:

Fetching error logs...