runtime error
Exit code: 1. Reason: �█████████| 53.0/53.0 [00:00<00:00, 286kB/s] config.json: 0%| | 0.00/612 [00:00<?, ?B/s][A config.json: 100%|██████████| 612/612 [00:00<00:00, 960kB/s] model.safetensors: 0%| | 0.00/90.9M [00:00<?, ?B/s][A model.safetensors: 100%|██████████| 90.9M/90.9M [00:00<00:00, 107MB/s] Loading weights: 0%| | 0/103 [00:00<?, ?it/s][A Loading weights: 100%|██████████| 103/103 [00:00<00:00, 4857.08it/s] tokenizer_config.json: 0%| | 0.00/350 [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 350/350 [00:00<00:00, 2.06MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s][A vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 26.5MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 36.0MB/s] special_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 112/112 [00:00<00:00, 587kB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s][A config.json: 100%|██████████| 190/190 [00:00<00:00, 938kB/s] Traceback (most recent call last): File "/app/app.py", line 323, in <module> rag_system = RAGQA() File "/app/app.py", line 244, in __init__ self.vector_db.load() ~~~~~~~~~~~~~~~~~~~^^ File "/app/app.py", line 217, in load self.index = faiss.read_index(self.index_path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/faiss/swigfaiss_avx512.py", line 13058, in read_index return _swigfaiss_avx512.read_index(*args) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ RuntimeError: Error in faiss::Index* faiss::read_index(IOReader*, int) at /project/third-party/faiss/faiss/impl/index_read.cpp:727: Error: 'ret == (1)' failed: read error in /tmp/tmp6n19hu7n.bin: 0 != 1 (Inappropriate ioctl for device)
Container logs:
Fetching error logs...