Instructions to use litert-community/gemma-4-12B-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-12B-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 -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/gemma-4-12B-it-litert-lm \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
Upload gemma-4-12B-it-web.litertlm
Browse files- .gitattributes +1 -0
- gemma-4-12B-it-web.litertlm +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
gemma-4-12B-it.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 37 |
gemma-4-12b-it.litertlm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
gemma-4-12B-it.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 37 |
gemma-4-12b-it.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gemma-4-12B-it-web.litertlm filter=lfs diff=lfs merge=lfs -text
|
gemma-4-12B-it-web.litertlm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da315b9f4d51f703ee0c30bc8a50c77215a90e0d25558b2498240b67b1ccb350
|
| 3 |
+
size 5986074624
|