runtime error
Exit code: 1. Reason: Disabling PyTorch because PyTorch >= 2.1 is required but found 2.0.1 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/2.54k [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 2.54k/2.54k [00:00<00:00, 14.6MB/s] spiece.model: 0%| | 0.00/792k [00:00<?, ?B/s][A spiece.model: 100%|██████████| 792k/792k [00:00<00:00, 3.45MB/s] tokenizer.json: 0%| | 0.00/2.42M [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 2.42M/2.42M [00:00<00:00, 30.0MB/s] special_tokens_map.json: 0%| | 0.00/2.20k [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 2.20k/2.20k [00:00<00:00, 15.0MB/s] adapter_config.json: 0%| | 0.00/382 [00:00<?, ?B/s][A adapter_config.json: 100%|██████████| 382/382 [00:00<00:00, 3.03MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> model = AutoModelForSeq2SeqLM.from_pretrained(peft_config.base_model_name_or_path) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 2157, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 2143, in requires_backends raise ImportError("".join(failed)) ImportError: AutoModelForSeq2SeqLM 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...