runtime error
Exit code: 1. Reason: 7: 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( tokenizer_config.json: 0%| | 0.00/307 [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 307/307 [00:00<00:00, 2.78MB/s] source.spm: 0%| | 0.00/823k [00:00<?, ?B/s][A source.spm: 100%|██████████| 823k/823k [00:00<00:00, 39.2MB/s] target.spm: 0%| | 0.00/817k [00:00<?, ?B/s][A target.spm: 100%|██████████| 817k/817k [00:00<00:00, 5.47MB/s] vocab.json: 0%| | 0.00/1.45M [00:00<?, ?B/s][A vocab.json: 100%|██████████| 1.45M/1.45M [00:00<00:00, 73.5MB/s] special_tokens_map.json: 0%| | 0.00/74.0 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 74.0/74.0 [00:00<00:00, 780kB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 25, in <module> eng_swa_model = AutoModelForSeq2SeqLM.from_pretrained("Rogendo/en-sw") File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1259, in __getattribute__ requires_backends(cls, cls._backends) File "/usr/local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1238, in requires_backends raise ImportError(PYTORCH_IMPORT_ERROR_WITH_TF.format(name)) ImportError: AutoModelForSeq2SeqLM requires the PyTorch library but it was not found in your environment. However, we were able to find a TensorFlow installation. TensorFlow classes begin with "TF", but are otherwise identically named to our PyTorch classes. This means that the TF equivalent of the class you tried to import would be "TFAutoModelForSeq2SeqLM". If you want to use TensorFlow, please use TF classes instead! If you really do want to use PyTorch please go to https://pytorch.org/get-started/locally/ and follow the instructions that match your environment.
Container logs:
Fetching error logs...