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
Copy file name to clipboardExpand all lines: _posts/2021-3-2-pytorch-1.8-released.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ In addition to performance improvements on CPU for MobileNetV3 and other models,
90
90
Lastly, we are launching the PyTorch Mobile Lite Interpreted as a prototype feature in this release. The Lite Interpreter allows users to reduce the runtime binary size. Please try these out and send us your feedback on the [PyTorch Forums](https://discuss.pytorch.org/c/mobile/). All our latest updates can be found on the [PyTorch Mobile page](https://pytorch.org/mobile/home/)
91
91
92
92
### [Prototype] PyTorch Mobile Lite Interpreter
93
-
PyTorch Lite Interpreter is a streamlined version of the PyTorch runtime that can execute PyTorch programs in resource constrained devices, with reduced binary size footprint. This prototype feature reduces binary sizes by up to 70% compare to the current on-device runtime in the current release.
93
+
PyTorch Lite Interpreter is a streamlined version of the PyTorch runtime that can execute PyTorch programs in resource constrained devices, with reduced binary size footprint. This prototype feature reduces binary sizes by up to 70% compared to the current on-device runtime in the current release.
0 commit comments