We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transformers/src/transformers/models/gemma3/configuration_gemma3.py
Line 322 in 06c16de
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
The text was updated successfully, but these errors were encountered:
cc @BenjaminBossan , i think we should check for config.get_text_config()
config.get_text_config()
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: