Instructions to use google/gemma-4-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-12B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("google/gemma-4-12B") model = AutoModelForImageTextToText.from_pretrained("google/gemma-4-12B") - Notebooks
- Google Colab
- Kaggle
Installation Video and Testing - Step by Step
#1
by fahdmirzac - opened
Hi,
Just dropped a full local installation and testing walkthrough, the whole setup from zero to running:
https://youtu.be/Uh08fdDjlpU?si=pQiSWHfCCemM7BvX
Incredible work on this release.
Fahd
Hi @fahdmirzac -
Appreciate you sharing this with the community. Thank you for taking the time to create and publish a complete local installation and testing walkthrough. It's great to see the release being explored and supported by the community.