Request: DOI
i have been studying about gemma for a while now and now i want to try the gemma model locally so would you please grant me the permission to pull it(i have tryed it through google colab and kaggle but due to gpu limits i couldn't use gemma to its full potential)
with regards,
Karthick
Hi @Karthickweb7773 ,
Thanks for reaching out to us!
The Gemma models are Gated models which means you need to request access directly from the model's Model card section on Hugging Face and use a valid access token to load the model locally. You can access the google/gemma-3-27b-it model using the granted access token or download the model weights for local use.
For generating access token in HuggingFace, could you please refer this documentation: https://huggingface.co/docs/transformers.js/en/guides/private
Thanks!