Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ suspend fun main() {
|
|
| 65 |
}
|
| 66 |
```
|
| 67 |
|
| 68 |
-
Try running this model on NPU by using
|
| 69 |
|
| 70 |
## Desktop
|
| 71 |
|
|
|
|
| 65 |
}
|
| 66 |
```
|
| 67 |
|
| 68 |
+
Try running this model on NPU by using the corresponding `litertlm` file and setting your EngineConfig’s backend and visionBackend to NPU. To check if your phone’s NPU is supported see this [guide](https://ai.google.dev/edge/litert/next/npu).
|
| 69 |
|
| 70 |
## Desktop
|
| 71 |
|