Instructions to use google/gemma-4-E4B-it-qat-mobile-ct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-E4B-it-qat-mobile-ct with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("google/gemma-4-E4B-it-qat-mobile-ct") model = AutoModelForMultimodalLM.from_pretrained("google/gemma-4-E4B-it-qat-mobile-ct") - Notebooks
- Google Colab
- Kaggle
Update to canonical Gemma 4 chat template
#1
by lucianommartins - opened
This PR syncs the template with the canonical version of the base models.