runtime error
Exit code: 1. Reason: Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. config.json: 0%| | 0.00/571 [00:00<?, ?B/s][A config.json: 100%|██████████| 571/571 [00:00<00:00, 2.15MB/s] Traceback (most recent call last): File "/app/app.py", line 7, in <module> qa_pipeline = pipeline( "question-answering", model="deepset/roberta-base-squad2", device=-1 # force 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 question-answering, 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...