runtime error

Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/huggingface_hub/dataclasses.py", line 275, in init_with_validate initial_init(self, *args, **kwargs) # type: ignore [call-arg] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/configuration_utils.py", line 131, in __init__ self.__post_init__(**additional_kwargs) File "/usr/local/lib/python3.12/site-packages/transformers/models/gemma4/configuration_gemma4.py", line 348, in __post_init__ self.text_config = Gemma4TextConfig(**self.text_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/huggingface_hub/dataclasses.py", line 276, in init_with_validate cls.validate(self) # type: ignore [attr-defined] ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/huggingface_hub/dataclasses.py", line 251, in validate validator(self) File "/usr/local/lib/python3.12/site-packages/transformers/configuration_utils.py", line 476, in validate_architecture hasattr(self, "head_dim") File "/usr/local/lib/python3.12/site-packages/transformers/configuration_utils.py", line 464, in __getattribute__ return super().__getattribute__(key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/transformers/integrations/heterogeneity/configuration_utils.py", line 266, in __getattribute__ raise AmbiguousGlobalPerLayerAttributeError( transformers.integrations.heterogeneity.configuration_utils.AmbiguousGlobalPerLayerAttributeError: 'head_dim' is a per-layer attribute and may vary across layers. Access it via the individual layer configs instead (e.g. config.per_layer_config[i].head_dim). To read the global config value from config.head_dim anyway, set `allow_global_per_layer_attribute_access` to `True` on the config. Warning: only do this if the caller can safely handle heterogeneous configs; code that assumes a homogeneous model may use the global value incorrectly.

Container logs:

Fetching error logs...