runtime error
Exit code: 1. Reason: �█| 1.79k/1.79k [00:00<00:00, 9.06MB/s] model.safetensors: 0%| | 0.00/892M [00:00<?, ?B/s][A model.safetensors: 0%| | 16.1k/892M [00:01<15:40:35, 15.8kB/s][A model.safetensors: 77%|███████▋ | 689M/892M [00:02<00:00, 400MB/s] [A model.safetensors: 100%|██████████| 892M/892M [00:02<00:00, 316MB/s] Loading weights: 0%| | 0/257 [00:00<?, ?it/s][A Loading weights: 100%|██████████| 257/257 [00:00<00:00, 4346.32it/s] Traceback (most recent call last): File "/app/app.py", line 11, in <module> paraphraser = pipeline( "text2text-generation", ...<2 lines>... device=-1, # CPU ) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 742, in pipeline normalized_task, targeted_task, task_options = check_task(task) ~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 355, in check_task return PIPELINE_REGISTRY.check_task(task) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1341, in check_task raise KeyError(f"Unknown task {task}, available tasks are {self.get_supported_tasks()}") KeyError: "Unknown task text2text-generation, available tasks are ['any-to-any', 'audio-classification', 'automatic-speech-recognition', 'depth-estimation', 'document-question-answering', 'feature-extraction', 'fill-mask', 'image-classification', 'image-feature-extraction', 'image-segmentation', 'image-text-to-text', 'keypoint-matching', 'mask-generation', 'ner', 'object-detection', 'sentiment-analysis', 'table-question-answering', 'text-classification', 'text-generation', 'text-to-audio', 'text-to-speech', 'token-classification', 'video-classification', 'zero-shot-audio-classification', 'zero-shot-classification', 'zero-shot-image-classification', 'zero-shot-object-detection']"
Container logs:
Fetching error logs...