-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add placeholder runtime/COMPATIBILITY.md (#6307)
Summary: This file will contain the details of the PTE-to-runtime compatibility policy. Update the appropriate docs to point to this file. Note that even release branches should point to the `main` branch version of this file, because the latest version is always the official policy. Pull Request resolved: #6307 Test Plan: Checked links: - https://docs-preview.pytorch.org/pytorch/executorch/6307/index.html - https://docs-preview.pytorch.org/pytorch/executorch/6307/pte-file-format.html Reviewed By: mergennachin Differential Revision: D64501085 Pulled By: dbort fbshipit-source-id: ac59529aa12fa76880a3531023a1a308f565ba50
- Loading branch information
1 parent
2be0105
commit 6a27cd1
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Runtime Compatibility Policy | ||
|
||
This document will describe the compatibility guarantees between the [`.pte` file | ||
format](https://pytorch.org/executorch/stable/pte-file-format.html) and the | ||
ExecuTorch runtime. | ||
|
||
> [!IMPORTANT] | ||
> The [canonical version of this document](https://github.com/pytorch/executorch/tree/main/runtime/COMPATIBILITY.md) | ||
> is in the `main` branch of the `pytorch/executorch` GitHub repo. |