-
Notifications
You must be signed in to change notification settings - Fork 684
Closed
Description
📚 The doc issue
C++ documentation is out of date. Specifically:
The cpp documentation contains a section on Low-Level API:
Running a model using the low-level runtime APIs allows for a high-degree of control over memory allocation, placement, and loading. This allows for advanced use cases, such as placing allocations in specific memory banks or loading a model without a file system. For an end to end example using the low-level runtime APIs, see Running an ExecuTorch Model in C++ Tutorial.
and the link for Running an Executorch Model in C++ Tutorial links back to the same page the user is already on so the user never gets to an end to end example using low level runtime API.
Same thing at the bottom of the page, there is a more links section:
Running an ExecuTorch Model in C++ Tutorial for information on the low-level runtime AP
Suggest a potential alternative/fix
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done