File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,16 @@ Result<executorch_flatbuffer::ExecutionPlan*> get_execution_plan(
219219 } else {
220220 // The constant data is stored inside the flatbuffer, so this program does
221221 // not contain a separate segment for it.
222+
223+ // NOTE: This branch is deprecated from ExecuTorch 0.7 onwards.
224+ // Please regenerate your PTE file to ensure newer ExecuTorch runtimes can
225+ // support it. ExecuTorch deprecation policy:
226+ // https://docs.pytorch.org/executorch/stable/api-life-cycle.html#deprecation-policy.
227+ // For support, contact the PyTorch Edge team or make an issue in:
228+ // https://github.com/pytorch/executorch/issues.
229+ ET_LOG (
230+ Error,
231+ " !!DEPRECATED!! This branch is deprecated from ExecuTorch 0.7; re-export this PTE file to ensure support on newer runtimes." );
222232 return Program (
223233 loader,
224234 segment_base_offset,
You can’t perform that action at this time.
0 commit comments