runtime error

Exit code: 1. Reason: ion.q.weight | MISSING | decoder.block.{0, 1, 2, 3, 4, 5}.layer.2.DenseReluDense.wo.weight | MISSING | decoder.block.{0, 1, 2, 3, 4, 5}.layer.2.DenseReluDense.wi.weight | MISSING | encoder.final_layer_norm.weight | MISSING | encoder.embed_tokens.weight | MISSING | encoder.block.{0...11}.layer.0.SelfAttention.k.weight | MISSING | decoder.block.{0, 1, 2, 3, 4, 5}.layer.1.EncDecAttention.k.weight | MISSING | encoder.block.{0...11}.layer.1.DenseReluDense.wo.weight | MISSING | decoder.block.{0, 1, 2, 3, 4, 5}.layer.0.SelfAttention.k.weight | MISSING | decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight | MISSING | shared.weight | MISSING | decoder.final_layer_norm.weight | MISSING | lm_head.weight | MISSING | decoder.embed_tokens.weight | MISSING | encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight | MISSING | Notes: - UNEXPECTED: can be ignored when loading from different task/architecture; not ok if you expect identical arch. - MISSING: those params were newly initialized because missing from the checkpoint. Consider training on your downstream task. Model loaded! Traceback (most recent call last): File "/app/app.py", line 44, in <module> app.launch() ~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/server.py", line 290, in launch gr_api(fn=fn, **api_kwargs) ~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/events.py", line 1156, in api raise ValueError( "API endpoints must have type hints. Please specify a type hint for all parameters." ) ValueError: API endpoints must have type hints. Please specify a type hint for all parameters.

Container logs:

Fetching error logs...