Skip to content

Commit

Permalink
Reword "preview release" notice now that we are at alpha (#3364)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3364

Test Plan: https://docs-preview.pytorch.org/pytorch/executorch/3364/index.html

Reviewed By: svekars

Differential Revision: D56596949

Pulled By: dbort

fbshipit-source-id: f6c71e072bcefbb7d04354d1ef78d780c14facb5
  • Loading branch information
dbort authored and facebook-github-bot committed Apr 25, 2024
1 parent c209e12 commit 7b3f5c6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ Welcome to the ExecuTorch Documentation
=======================================

.. important::
This is a preview version of ExecuTorch and should be used for testing
and evaluation purposes only. It is not recommended for use in production
settings. We welcome any feedback, suggestions, and bug reports from the
community to help us improve the technology. Please use the `PyTorch
Forums <https://discuss.pytorch.org/c/executorch>`__ for discussion and
feedback about ExecuTorch using the **ExecuTorch** category, and our `GitHub
This is an alpha release; the ExecuTorch APIs and the ``.pte`` binary format
may change in incompatible ways before stabilizing in a future beta release.
When deploying models, we currently recommend using a version of the runtime
built from the same git revision that was used to generate the ``.pte`` file.
Once the format has stabilized, this will no longer be necessary.

We welcome any feedback, suggestions, and bug reports from the community
to help us improve the technology. Please use the `PyTorch Forums
<https://discuss.pytorch.org/c/executorch>`__ for discussion and feedback
about ExecuTorch using the **ExecuTorch** category, and our `GitHub
repository <https://github.com/pytorch/executorch/issues>`__ for bug
reporting.

Expand Down

0 comments on commit 7b3f5c6

Please sign in to comment.