Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,12 @@ This model card provides a few variants of the Qwen3-0.6B model that are ready f
|
|
| 21 |
|
| 22 |
# How to Use
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Android (LiteRT-LM)
|
| 25 |
|
| 26 |
### 1. Add the dependency
|
|
@@ -65,12 +71,6 @@ suspend fun main() {
|
|
| 65 |
|
| 66 |
Try running this model on NPU by using this .litertlm file and setting your EngineConfig’s backend to NPU. To check if your phone’s NPU is supported see this [guide](https://ai.google.dev/edge/litert/next/npu).
|
| 67 |
|
| 68 |
-
## Android (Google AI Edge Gallery)
|
| 69 |
-
|
| 70 |
-
To build the demo app from source, please follow the [instructions](https://github.com/google-ai-edge/gallery/blob/main/README.md) from the GitHub repository.
|
| 71 |
-
|
| 72 |
-
Google AI Edge Gallery for Android through Open Beta in the Play Store and Prebuilt APK are coming soon.
|
| 73 |
-
|
| 74 |
## Desktop
|
| 75 |
|
| 76 |
To build a Desktop application, C++ is the current recommendation. See the following code sample.
|
|
|
|
| 21 |
|
| 22 |
# How to Use
|
| 23 |
|
| 24 |
+
## Android (Google AI Edge Gallery)
|
| 25 |
+
|
| 26 |
+
You can either install Google AI Edge Gallery through [Open Beta in the Play Store](https://play.google.com/store/apps/details?id=com.google.ai.edge.gallery) or install the [APK](https://github.com/google-ai-edge/gallery/releases/latest/download/ai-edge-gallery.apk) from Github.
|
| 27 |
+
|
| 28 |
+
To build the demo app from source, please follow the [instructions](https://github.com/google-ai-edge/gallery/blob/main/README.md) from the GitHub repository.
|
| 29 |
+
|
| 30 |
## Android (LiteRT-LM)
|
| 31 |
|
| 32 |
### 1. Add the dependency
|
|
|
|
| 71 |
|
| 72 |
Try running this model on NPU by using this .litertlm file and setting your EngineConfig’s backend to NPU. To check if your phone’s NPU is supported see this [guide](https://ai.google.dev/edge/litert/next/npu).
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
## Desktop
|
| 75 |
|
| 76 |
To build a Desktop application, C++ is the current recommendation. See the following code sample.
|