Instructions to use google/gemma-4-E4B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-E4B-it with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("google/gemma-4-E4B-it") model = AutoModelForMultimodalLM.from_pretrained("google/gemma-4-E4B-it", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- AMD Developer Cloud
Missing Apache 2.0 LICENSE File
#44
by namton1727 - opened
Hi team,
Thank you for publishing the Gemma 4 model!
I noticed that the model repository metadata indicates the Apache 2.0 license, but the root directory does not currently include a physical LICENSE file.
Could you please add the standard Apache 2.0 LICENSE file to the repository? This would help clarify legal compliance for downstream redistribution and usage.
Thanks for your great work!