runtime error
Exit code: 3. Reason: packages/huggingface_hub/file_download.py", line 1665, in _raise_on_head_call_error raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 734, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/contextlib.py", line 199, in __aenter__ return await anext(self.gen) File "/app/app.py", line 55, in lifespan retriever = HybridRetriever(persist_dir="./vectorstore") File "/app/retrieval/hybrid_retriever.py", line 35, in __init__ self.embedder = SentenceTransformer(EMBED_MODEL) File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 197, in __init__ modules = self._load_sbert_model( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/SentenceTransformer.py", line 1302, in _load_sbert_model module_path = load_dir_path( File "/usr/local/lib/python3.10/site-packages/sentence_transformers/util.py", line 590, in load_dir_path repo_path = snapshot_download(**download_kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 230, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input. ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...