https://github.com/huggingface/transformers/blob/06c16de3d3971e125232c2682ec99d282bb1a27d/src/transformers/models/gemma3/configuration_gemma3.py#L322 ``` self.vocab_size=self.text_config.vocab_size; ``` Due to the following check in peft https://github.com/huggingface/peft/blob/6c489499300c652a4990cfbcc18539417e73c262/src/peft/utils/save_and_load.py#L249
transformers/src/transformers/models/gemma3/configuration_gemma3.py
Line 322 in 06c16de
Due to the following check in peft
https://github.com/huggingface/peft/blob/6c489499300c652a4990cfbcc18539417e73c262/src/peft/utils/save_and_load.py#L249