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. tokenizer_config.json: 0%| | 0.00/3.56k [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 3.56k/3.56k [00:00<00:00, 29.3MB/s] vocab.json: 0%| | 0.00/2.78M [00:00<?, ?B/s][A vocab.json: 100%|██████████| 2.78M/2.78M [00:00<00:00, 55.8MB/s] merges.txt: 0%| | 0.00/1.67M [00:00<?, ?B/s][A merges.txt: 100%|██████████| 1.67M/1.67M [00:00<00:00, 13.6MB/s] tokenizer.json: 0%| | 0.00/7.03M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 7.03M/7.03M [00:00<00:00, 42.5MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> model = AutoModelForVision2Seq.from_pretrained(MODEL_NAME) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1690, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1678, in requires_backends raise ImportError("".join(failed)) ImportError: AutoModelForVision2Seq 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...