From 7b3f5c614454270dc4b00c7372d599520f1761c4 Mon Sep 17 00:00:00 2001 From: Dave Bort Date: Thu, 25 Apr 2024 15:52:35 -0700 Subject: [PATCH] Reword "preview release" notice now that we are at alpha (#3364) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/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 --- docs/source/index.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 210839cf57..47feda0f78 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `__ 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 + `__ for discussion and feedback + about ExecuTorch using the **ExecuTorch** category, and our `GitHub repository `__ for bug reporting.