Skip to content

Commit 5928ef3

Browse files
author
Gaurav Aggarwal
committed
[Mobile] Landing page update for v1.6.0
1 parent d3a4f7e commit 5928ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_mobile/home.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ PyTorch Mobile is in beta stage right now and in wide scale production use. It w
1919

2020
Key features of PyTorch Mobile:
2121

22-
* Available for iOS, Android and Linux
22+
* Available for [iOS]({{site.baseurl}}/mobile/ios), [Android]({{site.baseurl}}/mobile/android) and Linux
2323
* Provides APIs that cover common preprocessing and integration tasks needed for incorporating ML in mobile applications
2424
* Support for tracing and scripting via TorchScript IR
2525
* Support for XNNPACK floating point kernel libraries for Arm CPUs
2626
* Integration of QNNPACK for 8-bit quantized kernels. Includes support for per-channel quantization, dynamic quantization and more
2727
* Build level optimization and selective compilation depending on the operators needed for user applications, i.e., the final binary size of the app is determined by the actual operators the app needs
2828
* Support for hardware backends like GPU, DSP, NPU will be available soon
2929

30+
A typical workflow from training to mobile deployment with the optional model optimization steps is outlined in the following figure.
3031
<div class="text-center">
3132
<img src="{{ site.baseurl }}/assets/images/pytorch-mobile.png" width="100%">
3233
</div>

0 commit comments

Comments
 (0)