Instructions to use google/gemma-4-E2B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-E2B-it with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("google/gemma-4-E2B-it") model = AutoModelForImageTextToText.from_pretrained("google/gemma-4-E2B-it") - Notebooks
- Google Colab
- Kaggle
Error loading Gemma 4 from official notebook
#21
by melvindave - opened
I am not able to make the video understanding notebook from here work
https://ai.google.dev/gemma/docs/capabilities/vision/video
Is this working?
melvindave changed discussion status to closed
got it to work in WSL