Skip to content

Commit

Permalink
Added warning to mobile pages with links to ExecuTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
tstatler committed Aug 29, 2024
1 parent a59c939 commit 796f6ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/models/mobilenetv2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ 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.

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

Expand Down
3 changes: 3 additions & 0 deletions docs/source/models/mobilenetv3.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
MobileNet V3
============

.. 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/portable#readme>`_ for MobileNetV3.

.. currentmodule:: torchvision.models

The MobileNet V3 model is based on the `Searching for MobileNetV3 <https://arxiv.org/abs/1905.02244>`__ paper.
Expand Down

0 comments on commit 796f6ab

Please sign in to comment.