Instructions to use Saeedno/edgeagent-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT-LM
How to use Saeedno/edgeagent-models 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=Saeedno/edgeagent-models \ --prompt="Write me a poem"
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- functiongemma-mobile-actions.litertlm +3 -0
- gemma3-1b-it-int4.litertlm +3 -0
- gemma3n-e2b-it-int4.litertlm +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
functiongemma-mobile-actions.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gemma3-1b-it-int4.litertlm filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gemma3n-e2b-it-int4.litertlm filter=lfs diff=lfs merge=lfs -text
|
functiongemma-mobile-actions.litertlm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92109695f911d1872fa8ae07c1e3ff0ed70f2c3d1690d410ec6db8587c2ab409
|
| 3 |
+
size 284426240
|
gemma3-1b-it-int4.litertlm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1325ae366d31950f137c9c357b9fa89448b176d76998180c08ceaca78bba98be
|
| 3 |
+
size 584417280
|
gemma3n-e2b-it-int4.litertlm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ed7bc3a0026c93d5b8a4544b352d9d00cd66ff0bac3ef6a20ac3d2cba4010d6
|
| 3 |
+
size 3655827456
|