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
Update script to build and upload MiniBench artifacts
Build this app during CI. We can start trying it with
```
adb shell am start -n org.pytorch.minibench/org.pytorch.minibench.BenchmarkActivity --es model_path /data/local/tmp/model.pte
adb shell run-as org.pytorch.minibench cat files/benchmark_results.txt
```
Pull Request resolved: #5017
0 commit comments