runtime error

Exit code: 1. Reason: fully uninstalled gradio-4.37.2 Successfully installed annotated-doc-0.0.4 fastapi-0.128.0 gradio-5.33.0 gradio-client-1.10.2 groovy-0.1.2 safehttpx-0.1.7 starlette-0.50.0 [notice] A new release of pip is available: 25.1.1 -> 25.3 [notice] To update, run: pip install --upgrade pip Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. config.json: 0%| | 0.00/3.25k [00:00<?, ?B/s] config.json: 100%|██████████| 3.25k/3.25k [00:00<00:00, 13.9MB/s] model.safetensors: 0%| | 0.00/749M [00:00<?, ?B/s] model.safetensors: 10%|█ | 77.7M/749M [00:01<00:12, 51.9MB/s] model.safetensors: 100%|██████████| 749M/749M [00:02<00:00, 361MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> from interfaces import landing_interface, main_pipeline File "/home/user/app/interfaces/__init__.py", line 2, in <module> from .main_pipeline import main_pipeline File "/home/user/app/interfaces/main_pipeline.py", line 11, in <module> model = GLiClassModel.from_pretrained(model_path) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4072, in from_pretrained model = cls(config, *model_args, **model_kwargs) File "/usr/local/lib/python3.10/site-packages/gliclass/model.py", line 753, in __init__ self.model = GLiClassUniEncoder(config, from_pretrained) File "/usr/local/lib/python3.10/site-packages/gliclass/model.py", line 348, in __init__ super().__init__(config) File "/usr/local/lib/python3.10/site-packages/gliclass/model.py", line 121, in __init__ self.pad_token_id = self.config.pad_token_id if self.config.pad_token_id is not None else -1 File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 164, in __getattribute__ return super().__getattribute__(key) AttributeError: 'GLiClassModelConfig' object has no attribute 'pad_token_id'

Container logs:

Fetching error logs...