runtime error

Exit code: 1. Reason: INFO:__main__:Loading model from Hugging Face Hub... ERROR:__main__:Failed to load model: T5Tokenizer requires the SentencePiece library but it was not found in your environment. Check out 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. Traceback (most recent call last): File "/app/app.py", line 19, in <module> tokenizer = T5Tokenizer.from_pretrained(model_id) File "/usr/local/lib/python3.9/site-packages/transformers/utils/import_utils.py", line 2157, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.9/site-packages/transformers/utils/import_utils.py", line 2143, in requires_backends raise ImportError("".join(failed)) ImportError: T5Tokenizer requires the SentencePiece library but it was not found in your environment. Check out 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.

Container logs:

Fetching error logs...