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. 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. tokenizer_config.json: 0%| | 0.00/1.43k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 1.43k/1.43k [00:00<00:00, 6.89MB/s] tokenizer.model: 0%| | 0.00/493k [00:00<?, ?B/s] tokenizer.model: 100%|██████████| 493k/493k [00:00<00:00, 1.70MB/s] tokenizer.json: 0%| | 0.00/1.80M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 1.80M/1.80M [00:00<00:00, 67.6MB/s] added_tokens.json: 0%| | 0.00/42.0 [00:00<?, ?B/s] added_tokens.json: 100%|██████████| 42.0/42.0 [00:00<00:00, 511kB/s] special_tokens_map.json: 0%| | 0.00/168 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 168/168 [00:00<00:00, 1.56MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> model = AutoModelForCausalLM.from_pretrained(model_id) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1885, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1871, in requires_backends raise ImportError("".join(failed)) ImportError: AutoModelForCausalLM requires the PyTorch library but it was not found in your environment. Checkout the instructions on the installation page: https://pytorch.org/get-started/locally/ 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...