runtime error
Exit code: 1. Reason: None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used. /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( config.json: 0%| | 0.00/629 [00:00<?, ?B/s][A config.json: 100%|██████████| 629/629 [00:00<00:00, 6.36MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 548, in <module> app = create_interface() File "/home/user/app/app.py", line 393, in create_interface assistant = AIPersonalAssistant() File "/home/user/app/app.py", line 24, in __init__ self.sentiment_analyzer = pipeline("sentiment-analysis", model="distilbert-base-uncased-finetuned-sst-2-english") File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 870, in pipeline framework, model = infer_framework_load_model( File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 220, in infer_framework_load_model raise RuntimeError( RuntimeError: At least one of TensorFlow 2.0 or PyTorch should be installed. To install TensorFlow 2.0, read the instructions at https://www.tensorflow.org/install/ To install PyTorch, read the instructions at https://pytorch.org/.
Container logs:
Fetching error logs...