runtime error

Exit code: 1. Reason: .00/565M [00:00<?, ?B/s] model.safetensors: 6%|▌ | 31.5M/565M [00:01<00:17, 30.3MB/s] model.safetensors: 100%|█████████▉| 565M/565M [00:01<00:00, 342MB/s] tokenizer_config.json: 0%| | 0.00/25.6k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 25.6k/25.6k [00:00<00:00, 126MB/s] tokenizer.model: 0%| | 0.00/4.81M [00:00<?, ?B/s] tokenizer.model: 100%|██████████| 4.81M/4.81M [00:00<00:00, 66.3MB/s] tokenizer.json: 0%| | 0.00/37.0M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 37.0M/37.0M [00:00<00:00, 79.1MB/s] special_tokens_map.json: 0%| | 0.00/552 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 552/552 [00:00<00:00, 4.88MB/s] config.json: 0%| | 0.00/296 [00:00<?, ?B/s] config.json: 100%|██████████| 296/296 [00:00<00:00, 2.66MB/s] [INFO]: Loading faiss with AVX512 support. [INFO]: Successfully loaded faiss with AVX512 support. [INFO]: Failed to load GPU Faiss: name 'GpuIndexIVFFlat' is not defined. Will not load constructor refs for GPU indexes. Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> rag = RAG( File "/home/user/app/rag.py", line 30, in __init__ self.vectore_store = FAISS.load_local(self.vectorstore, embeddings, allow_dangerous_deserialization=True)#, allow_dangerous_deserialization=True) File "/usr/local/lib/python3.10/site-packages/langchain_community/vectorstores/faiss.py", line 1205, in load_local index = faiss.read_index(str(path / f"{index_name}.faiss")) File "/usr/local/lib/python3.10/site-packages/faiss/swigfaiss_avx512.py", line 10947, in read_index return _swigfaiss_avx512.read_index(*args) RuntimeError: Error in faiss::FileIOReader::FileIOReader(const char*) at /project/faiss/faiss/impl/io.cpp:67: Error: 'f' failed: could not open faiss_index.bin/index.faiss for reading: No such file or directory

Container logs:

Fetching error logs...