runtime error
Exit code: 1. Reason: checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s][A Loading checkpoint shards: 25%|██▌ | 1/4 [00:10<00:32, 10.84s/it][A Loading checkpoint shards: 50%|█████ | 2/4 [00:22<00:22, 11.45s/it][A Loading checkpoint shards: 75%|███████▌ | 3/4 [00:34<00:11, 11.63s/it][A Loading checkpoint shards: 100%|██████████| 4/4 [00:34<00:00, 8.64s/it] generation_config.json: 0%| | 0.00/184 [00:00<?, ?B/s][A generation_config.json: 100%|██████████| 184/184 [00:00<00:00, 88.6kB/s] Some parameters are on the meta device because they were offloaded to the disk and cpu. Traceback (most recent call last): File "/app/app.py", line 85, in <module> chatbot = gr.Chatbot(value=DEFAULT_QA) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 335, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ label=label, ^^^^^^^^^^^^ ...<12 lines>... value=value, ^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.13/site-packages/gradio/components/base.py", line 227, in __init__ initial_value = self.postprocess(initial_value) File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 704, in postprocess self._check_format(value) ~~~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/components/chatbot.py", line 402, in _check_format raise Error( "Data incompatible with messages format. Each message should be a dictionary with 'role' and 'content' keys or a ChatMessage object." ) gradio.exceptions.Error: "Data incompatible with messages format. Each message should be a dictionary with 'role' and 'content' keys or a ChatMessage object."
Container logs:
Fetching error logs...