runtime error
Exit code: 1. Reason: ⚙️ No model found. Initializing and saving EvoTransformer... Traceback (most recent call last): File "/app/app.py", line 7, in <module> initialize_and_save_model() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/init_model.py", line 17, in initialize_and_save_model model = EvoTransformerForClassification(config) File "/app/evo_model.py", line 58, in __init__ self.init_weights() ~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 3077, in init_weights self.tie_weights(recompute_mapping=False) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/modeling_utils.py", line 2523, in tie_weights tied_keys = self.all_tied_weights_keys ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1968, in __getattr__ raise AttributeError( f"'{type(self).__name__}' object has no attribute '{name}'" ) AttributeError: 'EvoTransformerForClassification' object has no attribute 'all_tied_weights_keys'. Did you mean: '_tied_weights_keys'?
Container logs:
Fetching error logs...