runtime error

Exit code: 1. Reason: 100%|██████████| 257/257 [00:00<00:00, 1998.01it/s, Materializing param=shared.weight]  Loading weights: 100%|██████████| 257/257 [00:00<00:00, 1996.86it/s, Materializing param=shared.weight] Loading weights: 100%|██████████| 257/257 [00:00<00:00, 1993.76it/s, Materializing param=shared.weight] 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 777, in pipeline normalized_task, targeted_task, task_options = check_task(task) ~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 381, in check_task return PIPELINE_REGISTRY.check_task(task) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1356, in check_task raise KeyError( f"Unknown task {task}, available tasks are {self.get_supported_tasks() + ['translation_XX_to_YY']}" ) 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', 'image-to-image', 'keypoint-matching', 'mask-generation', 'ner', 'object-detection', 'question-answering', 'sentiment-analysis', 'table-question-answering', 'text-classification', 'text-generation', 'text-to-audio', 'text-to-speech', 'token-classification', 'video-classification', 'visual-question-answering', 'vqa', 'zero-shot-audio-classification', 'zero-shot-classification', 'zero-shot-image-classification', 'zero-shot-object-detection', 'translation_XX_to_YY']"

Container logs:

Fetching error logs...