shirakiin commited on
Commit
718d844
·
verified ·
1 Parent(s): 7b70deb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ suspend fun main() {
65
  }
66
  ```
67
 
68
- 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).
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