# ExecuTorch is a unified ML stack for lowering PyTorch models to edge devices. # It introduces improved entry points to perform model, device, and/or use-case ...
You will need an ExecuTorch model to follow along. We will be using the model SimpleConv generated from the Exporting to ExecuTorch tutorial. Next we will set up the MemoryManager. One of the ...