runtime error
Exit code: 1. Reason: /282 [00:00<00:00, 2718.00it/s, Materializing param=encoder.block.11.layer.1.layer_norm.weight][A Loading weights: 99%|█████████▉| 280/282 [00:00<00:00, 2724.93it/s, Materializing param=encoder.final_layer_norm.weight] [A Loading weights: 99%|█████████▉| 280/282 [00:00<00:00, 2723.46it/s, Materializing param=encoder.final_layer_norm.weight][A Loading weights: 100%|█████████▉| 281/282 [00:00<00:00, 2730.48it/s, Materializing param=lm_head.weight] [A Loading weights: 100%|█████████▉| 281/282 [00:00<00:00, 2728.84it/s, Materializing param=lm_head.weight][A Loading weights: 100%|██████████| 282/282 [00:00<00:00, 2735.49it/s, Materializing param=shared.weight] [A Loading weights: 100%|██████████| 282/282 [00:00<00:00, 2733.89it/s, Materializing param=shared.weight][A Loading weights: 100%|██████████| 282/282 [00:00<00:00, 2730.60it/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][A generation_config.json: 100%|██████████| 147/147 [00:00<00:00, 545kB/s] /app/app.py:232: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: css. Please pass these parameters to launch() instead. with gr.Blocks(css=CSS, title="Study RAG Assistant") as demo: Traceback (most recent call last): File "/app/app.py", line 255, in <module> chat = gr.Chatbot(type="messages", height=420) File "/usr/local/lib/python3.13/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Chatbot.__init__() got an unexpected keyword argument 'type'
Container logs:
Fetching error logs...