Instructions to use ElLabs/mobile-actions-runtime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use ElLabs/mobile-actions-runtime 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=ElLabs/mobile-actions-runtime \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
| { | |
| "model": "Brief AI", | |
| "version": "0.1.0", | |
| "file": "mobile-actions_q8_ekv1024.litertlm", | |
| "sizeBytes": 285561008, | |
| "sha256": "9a9c590143b6a88ecaf074c574c2bfe311ba4160559b9e105fa4ac4ef0b57aef", | |
| "runtime": "LiteRT-LM", | |
| "format": "litertlm", | |
| "use": "Ask Brief routing and safe local actions", | |
| "storage": "App-private after explicit user download", | |
| "privacy": "No notification content should be uploaded to use this model." | |
| } | |