Skip to content

Commit cfaa358

Browse files
authored
Update 2021-3-2-pytorch-1.8-released.md
1 parent 960602b commit cfaa358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-3-2-pytorch-1.8-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In addition to performance improvements on CPU for MobileNetV3 and other models,
9090
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/)
9191

9292
### [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.
9494
* [iOS/Android Tutorial](https://pytorch.org/tutorials/prototype/lite_interpreter.html)
9595

9696
# Performance Optimization

0 commit comments

Comments
 (0)