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 Core Ultra Processors (Series 2)
Browse filesThe model applies to the Intel Core Ultra Processors (Series 2) for mobile/edge, that is, Intel Lunar Lake platforms. The supported SoC models include Intel Core Ultra 9 Processor 288V; Intel Core Ultra 7 Processor 266V, 268V, 256V, 258V; Intel Core Ultra 5 Processor 226V, 228V, 236V, 238V, etc.
- .gitattributes +1 -0
- gemma-4-E2B-it_intel_LNL.litertlm +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ gemma-4-E2B-it-web.task filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
gemma-4-E2B-it_qualcomm_qcs8275.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
gemma-4-E2B-it_qualcomm_sm8750.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
gemma-4-E2B-it_intel_PTL.litertlm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
gemma-4-E2B-it_qualcomm_qcs8275.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
gemma-4-E2B-it_qualcomm_sm8750.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
gemma-4-E2B-it_intel_PTL.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
gemma-4-E2B-it_intel_LNL.litertlm filter=lfs diff=lfs merge=lfs -text
|
gemma-4-E2B-it_intel_LNL.litertlm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dacc900381bdc837696fc5deb1f3b7dbfe0854295dc3934564e1841086ab0383
|
| 3 |
+
size 2960506880
|