Skip to content

Update the "This is an alpha release" wording to "this is beta release" #6258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Welcome to the ExecuTorch Documentation
=======================================

.. important::
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.
This is a beta release. As of this ExecuTorch beta release, the API
will follow the `lifecycle and deprecation policy <api-life-cycle.html.html>`__
and ``.pte`` binary format will comply with the *runtime compatibility policy* (TODO: add link).
This ensures that application developers can update to the latest version of ExecuTorch
without breaking existing integration code, in accordance with these policies.
If any issues arise or compatibility breaks occur, please `report them in GitHub <https://github.com/pytorch/executorch/issues/new/choose>`__.

We welcome any feedback, suggestions, and bug reports from the community
to help us improve the technology. Please use the `PyTorch Forums
Expand Down
Loading