Instructions to use litert-community/Gemma3-1B-IT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use litert-community/Gemma3-1B-IT 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 -U 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/Gemma3-1B-IT \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
I am gettin this error when initializing with Mediapipe
#4
by rahulvamusani97 - opened
I am getting this error. do anyone know of the resolution? i am using this model
"https://huggingface.co/litert-community/Gemma3-1B-IT/resolve/main/gemma3-1b-it-int4.task"
Did you also implement it for android, and is it working fine? If yes, could you share how did you use as for me it is crashing?
