You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/DocSource/QuickStart.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ If you've just updated the package, it is recommended to check the [*changelogs*
11
11
12
12
This documentation is still a WIP. This is an example script for a sustained conversational experience, tested with [gemma-3n-E2B-it-int4](https://huggingface.co/google/gemma-3n-E2B-it-litert-lm) on a Quest 3. Please refer to the reference manual for more information on each class.
13
13
14
+
Before running this script, push your LiteRT-LM model to your device at `/data/local/tmp/model.litertlm` using ADB, like:
1. Clone or download the repository from the desired branch (master, preview/unstable)
51
+
1. Clone or download the repository from the desired branch (master, preview/unstable) or tag (`1.0.0-preview.1` for litertlm-android v0.8.0, `1.0.0-preview.1-litertlm0.9.0alpha01` for litertlm-android v0.9.0-alpha01)
46
52
2. Drag the package folder `UAI.LiteRTLM/UAI.LiteRTLM/Packages/com.uralstech.uai.litertlm` into your Unity project's `Packages` folder
1. Clone or download the repository from the desired branch (master, preview/unstable)
47
+
1. Clone or download the repository from the desired branch (master, preview/unstable) or tag (`1.0.0-preview.1` for litertlm-android v0.8.0, `1.0.0-preview.1-litertlm0.9.0alpha01` for litertlm-android v0.9.0-alpha01)
42
48
2. Drag the package folder `UAI.LiteRTLM/UAI.LiteRTLM/Packages/com.uralstech.uai.litertlm` into your Unity project's `Packages` folder
Copy file name to clipboardExpand all lines: UAI.LiteRTLM/Packages/com.uralstech.uai.litertlm/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "com.uralstech.uai.litertlm",
3
3
"displayName": "UAI.LiteRTLM",
4
-
"description": "LiteRT-LM model inference support for Unity Android and Meta Quest apps. Supports v0.8.0 of the LiteRT-LM Kotlin package for Android.",
4
+
"description": "LiteRT-LM model inference support for Unity Android and Meta Quest apps. Supports v0.9.0-alpha01 of the LiteRT-LM Kotlin package for Android.",
0 commit comments