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. config.json: 0%| | 0.00/430 [00:00<?, ?B/s][A config.json: 100%|██████████| 430/430 [00:00<00:00, 3.15MB/s] vocab.json: 0%| | 0.00/518k [00:00<?, ?B/s][A vocab.json: 100%|██████████| 518k/518k [00:00<00:00, 32.6MB/s] tokenizer.json: 0%| | 0.00/2.09M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 2.09M/2.09M [00:00<00:00, 24.2MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> model = AutoModelForCausalLM.from_pretrained("ruchir99/transformer-101") File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1994, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1980, in requires_backends raise ImportError("".join(failed)) ImportError: AutoModelForCausalLM requires the PyTorch library but it was not found in your environment. Check out 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...