Instructions to use FastFlowLM/Gemma4-E4B-IT-NPU2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FastFlowLM/Gemma4-E4B-IT-NPU2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("FastFlowLM/Gemma4-E4B-IT-NPU2") model = AutoModelForMultimodalLM.from_pretrained("FastFlowLM/Gemma4-E4B-IT-NPU2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md a8e4580 verified
Update chat_template.jinja a768ab4 verified
Update config.json 021c3df verified
feat: init 7d967cc
ngdxzy commited on