Unable to run on Collab

#1
by samairtimer - opened

I tried to run vaultgemma on Google Colab, but I see the following error.

ValueError: The checkpoint you are trying to load has model type vaultgemma but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Am I missing something?

Google org

Thanks for your interest in the model! Support for VaultGemma was added to Transformers in a special release on top of v4.56.1, and will be present in v4.57.0 when that version is released.

In the meantime, you can use this command in Colab to install the special release of the library: pip install git+https://github.com/huggingface/[email protected]

For more information, check the release notes for that version on GitHub: https://github.com/huggingface/transformers/releases/tag/v4.56.1-Vault-Gemma-preview

Thanks @jethac ! Will try and update here.

Sign up or log in to comment