Instructions to use litert-community/gemma-4-E2B-it-litert-lm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use litert-community/gemma-4-E2B-it-litert-lm with LiteRT-LM:
# LiteRT-LM runs on various platforms (Android, iOS, Windows, Linux, macOS, IoT, Web/WASM) # and supports many APIs (C++, Python, Kotlin, Swift, JavaScript, Flutter). # For platform-specific integration guides, please refer to the official developer website: # https://ai.google.dev/edge/litert-lm # To try LiteRT-LM, the easiest way is to use our CLI tool. # 1. Install the LiteRT-LM CLI tool: pip install litert-lm # 2. Download and run this model locally: # See: https://ai.google.dev/edge/litert-lm/cli litert-lm run \ --from-huggingface-repo=litert-community/gemma-4-E2B-it-litert-lm \ model.litertlm \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
Add compiled Gemma4 E2B litertlm model for NPU of Intel Panther Lake SoC
#23
by johnnyqwe - opened
This model is targeting NPU of Intel Core Processor (Series 3) and Intel Core Ultra Processor (Series 3), that is , Panther Lake SoC.
johnnyqwe changed pull request title from Add litertlm model for Intel Panther Lake NPU to Add compiled Gemma4 E2B litertlm model for Intel Panther Lake NPU
johnnyqwe changed pull request title from Add compiled Gemma4 E2B litertlm model for Intel Panther Lake NPU to Add compiled Gemma4 E2B litertlm model for NPU of Intel Panther Lake SoC
johnnyqwe changed pull request status to merged