runtime error
Exit code: 3. Reason: /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:149: UserWarning: Field "model_used" has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( INFO: Started server process [1] INFO: Waiting for application startup. Models availability: Text=False, Image=False, Fusion=False ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 677, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 566, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 654, in startup await handler() File "/app/app.py", line 446, in startup_event detector = SpamDetector( File "/app/app.py", line 286, in __init__ self.tokenizer = DebertaV2Tokenizer.from_pretrained(config.TEXT_MODEL) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1259, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1247, in requires_backends raise ImportError("".join(failed)) ImportError: DebertaV2Tokenizer requires the SentencePiece library but it was not found in your environment. Checkout the instructions on the installation page of its repo: https://github.com/google/sentencepiece#installation and follow the ones that match your environment. Please note that you may need to restart your runtime after installation. ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...