Skip to content

Commit

Permalink
Update docs/source/models/mobilenetv2.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
  • Loading branch information
tstatler and svekars authored Aug 29, 2024
1 parent 796f6ab commit 3e377c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/models/mobilenetv2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MobileNet V2
.. currentmodule:: torchvision.models

.. warning::
PyTorch Mobile is no longer actively supported. Please check out `ExecuTorch <https://pytorch.org/executorch-overview>`_, PyTorch’s all-new on-device inference library. You can also review our `end-to-end workflows <https://github.com/pytorch/executorch/tree/main/examples/portable#readme>`_ and the `source code <https://github.com/pytorch/executorch/tree/main/examples/models/mobilenet_v2>`_ for MobileNetV2.
PyTorch Mobile is no longer actively supported. Please check out `ExecuTorch <https://pytorch.org/executorch-overview>`_, PyTorch’s all-new on-device inference library. You can also review our `end-to-end workflows <https://github.com/pytorch/executorch/tree/main/examples/portable#readme>`_ and the `source code <https://github.com/pytorch/executorch/tree/main/examples/models/mobilenet_v2>`__ for MobileNetV2.

The MobileNet V2 model is based on the `MobileNetV2: Inverted Residuals and Linear
Bottlenecks <https://arxiv.org/abs/1801.04381>`__ paper.
Expand Down

0 comments on commit 3e377c1

Please sign in to comment.