runtime error

Exit code: 1. Reason: █████████| 10.5k/10.5k [00:00<00:00, 47.2MB/s] sentence_bert_config.json: 0%| | 0.00/53.0 [00:00<?, ?B/s] sentence_bert_config.json: 100%|██████████| 53.0/53.0 [00:00<00:00, 652kB/s] config.json: 0%| | 0.00/612 [00:00<?, ?B/s] config.json: 100%|██████████| 612/612 [00:00<00:00, 4.83MB/s] model.safetensors: 0%| | 0.00/90.9M [00:00<?, ?B/s] model.safetensors: 100%|█████████▉| 90.9M/90.9M [00:00<00:00, 160MB/s] tokenizer_config.json: 0%| | 0.00/350 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 350/350 [00:00<00:00, 2.17MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 72.1MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 248MB/s] special_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 112/112 [00:00<00:00, 1.36MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> model = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2") File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 308, in __init__ modules, self.module_kwargs = self._load_sbert_model( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 1755, in _load_sbert_model module = module_class.load(module_path) File "/usr/local/lib/python3.10/site-packages/sentence_transformers/models/Pooling.py", line 257, in load with open(os.path.join(input_path, "config.json")) as fIn: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.cache/huggingface/hub/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf/1_Pooling/config.json'

Container logs:

Fetching error logs...