Setting up ExecuTorch on Ubuntu 22.04
Set up Environment
mkdir ./executorch-workspace/cd ./executorch-workspace/
conda create -yp ./.conda-env python=3.10.0
conda activate executorchgit clone --branch v0.3.0 https://github.com/pytorch/executorch.git
cd ./executorch/git submodule sync
git submodule update --init./install_requirements.shGenerate a Sample ExecuTorch program
Building Runtime
Last updated