runtime error
Exit code: 1. Reason: tensors: 4%|▍ | 134M/3.51G [00:02<00:31, 107MB/s][A model.safetensors: 29%|██▊ | 1.00G/3.51G [00:04<00:06, 388MB/s][A model.safetensors: 70%|███████ | 2.46G/3.51G [00:07<00:02, 478MB/s][A model.safetensors: 100%|██████████| 3.51G/3.51G [00:07<00:00, 487MB/s] Loading weights: 0%| | 0/512 [00:00<?, ?it/s][A Loading weights: 100%|██████████| 512/512 [00:00<00:00, 4434.98it/s] The tied weights mapping and config for this model specifies to tie model.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 The tied weights mapping and config for this model specifies to tie model.shared.weight to model.decoder.embed_tokens.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 The tied weights mapping and config for this model specifies to tie model.shared.weight to model.encoder.embed_tokens.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/227 [00:00<?, ?B/s][A generation_config.json: 100%|██████████| 227/227 [00:00<00:00, 1.16MB/s] /app/app.py:39: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. with gr.Blocks(theme=gr.themes.Monochrome()) as demo: Traceback (most recent call last): File "/app/app.py", line 43, in <module> chatbot = gr.Chatbot( bubble_full_width=False ) 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 'bubble_full_width'
Container logs:
Fetching error logs...