runtime error

Exit code: 1. Reason: ta] packages/llama_index/core/_static/nltk_cache... [nltk_data] Unzipping tokenizers/punkt_tab.zip. /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:132: UserWarning: Field "model_id" in DeployedModel has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. Token is valid (permission: write). Your token has been saved to /home/user/.cache/huggingface/token Login successful Downloading shards: 0%| | 0/2 [00:00<?, ?it/s] Downloading shards: 50%|█████ | 1/2 [00:04<00:04, 4.76s/it] Downloading shards: 100%|██████████| 2/2 [00:06<00:00, 2.70s/it] Downloading shards: 100%|██████████| 2/2 [00:06<00:00, 3.01s/it] Loading checkpoint shards: 0%| | 0/2 [00:00<?, ?it/s] Loading checkpoint shards: 100%|██████████| 2/2 [00:00<00:00, 2.17it/s] Traceback (most recent call last): File "/home/user/app/app.py", line 1, in <module> from backend import handle_query File "/home/user/app/backend.py", line 43, in <module> Settings.embed_model = HuggingFaceEmbedding(model_name="BAAI/bge-small-en-v1.5") File "/usr/local/lib/python3.10/site-packages/llama_index/embeddings/huggingface/base.py", line 83, in __init__ model = AutoModel.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) TypeError: BertModel.__init__() got an unexpected keyword argument 'safe_serialization'

Container logs:

Fetching error logs...