runtime error

Exit code: 1. Reason: ██████| 190/190 [00:00<00:00, 3304.74it/s, Materializing param=shared.weight] Loading weights: 100%|██████████| 190/190 [00:00<00:00, 3298.91it/s, Materializing param=shared.weight] The tied weights mapping and config for this model specifies to tie shared.weight to lm_head.weight, but both are present in the checkpoints, so we will NOT tie them. You should update the config with `tie_word_embeddings=False` to silence this warning generation_config.json: 0%| | 0.00/147 [00:00<?, ?B/s] generation_config.json: 100%|██████████| 147/147 [00:00<00:00, 980kB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> generator = pipeline("text2text-generation", model=model, tokenizer=tokenizer) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 777, in pipeline normalized_task, targeted_task, task_options = check_task(task) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 381, in check_task return PIPELINE_REGISTRY.check_task(task) File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/base.py", line 1356, in check_task raise KeyError( 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...