runtime error

Exit code: 1. Reason: %|β–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.30G/2.61G [00:03<00:02, 452MB/s] open_clip_model.safetensors: 69%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ | 1.80G/2.61G [00:04<00:01, 469MB/s] open_clip_model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰| 2.61G/2.61G [00:05<00:00, 477MB/s] open_clip_config.json: 0%| | 0.00/884 [00:00<?, ?B/s] open_clip_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 884/884 [00:00<00:00, 8.72MB/s] preprocessor_config.json: 0%| | 0.00/439 [00:00<?, ?B/s] preprocessor_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 439/439 [00:00<00:00, 4.82MB/s] tokenizer_config.json: 0%| | 0.00/20.6k [00:00<?, ?B/s] tokenizer_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 20.6k/20.6k [00:00<00:00, 35.3MB/s] spiece.model: 0%| | 0.00/792k [00:00<?, ?B/s] spiece.model: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 792k/792k [00:00<00:00, 128MB/s] tokenizer.json: 0%| | 0.00/2.42M [00:00<?, ?B/s] tokenizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.42M/2.42M [00:00<00:00, 29.7MB/s] special_tokens_map.json: 0%| | 0.00/2.53k [00:00<?, ?B/s] special_tokens_map.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.53k/2.53k [00:00<00:00, 26.4MB/s] βœ… ModΓ¨le chargΓ© avec succΓ¨s ! πŸ› οΈ GΓ©nΓ©ration des embeddings des produits... Traceback (most recent call last): File "/home/user/app/app.py", line 54, in <module> product_embeddings = get_text_embeddings([prod["title"] + " " + prod["description"] for prod in products_data]) File "/home/user/app/app.py", line 49, in get_text_embeddings embeddings = model(**processed_texts).last_hidden_state.mean(dim=1) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl return self._call_impl(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1750, in _call_impl return forward_call(*args, **kwargs) TypeError: MarqoFashionSigLIP.forward() got an unexpected keyword argument 'attention_mask'

Container logs:

Fetching error logs...