We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d49cf commit 81e24e6Copy full SHA for 81e24e6
extension/android/README.md
@@ -35,6 +35,9 @@ Please see [Android building from source](https://pytorch.org/executorch/main/us
35
After the library is built,
36
37
```sh
38
+# Set up models for testing
39
+sh executorch_android/android_test_setup.sh
40
+
41
# Run unit test
42
./gradlew :executorch_android:testDebugUnitTest
43
0 commit comments