pytorch / android-demo-app

PyTorch android examples of usage in applications
1.45k stars 596 forks source link

Minimum Android version #254

Open Scolymus opened 2 years ago

Scolymus commented 2 years ago

Given the fragmentation of Android, I think it would be very useful to indicate which is the minimum Android version this software requires to run, if any.

At the moment Android 7 is about 91% of Android versions. Is this version ok to run pytorch? (For example, if it uses some library which was implemented from a given version...)

COO1M commented 1 year ago

My current minSdk=21, I tested it on Android 5, no problem, lower sdk not tested. But in fact I recommend based on API28 and above, arm64-v8a.