From d7699b26123aadab8cd205b54326264f550b4235 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Tue, 15 Oct 2024 15:05:17 -0700 Subject: [PATCH] Update the "This is an alpha release" wording to "this is beta release" (#6217) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/6217 Reviewed By: tarun292 Differential Revision: D64374464 --- docs/source/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 1e1060f70b7..903b8526929 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `__ + 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 `__. We welcome any feedback, suggestions, and bug reports from the community to help us improve the technology. Please use the `PyTorch Forums