-
Notifications
You must be signed in to change notification settings - Fork 749
Closed
Labels
good first issueGood for newcomersGood for newcomersmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
📚 The doc issue
I was following the tutorial from Building Executorch from source
I used this command to clone the submodules
# Update and pull submodules
git submodule sync
git submodule update --init
Then following this tutorial Qualcomm AI Engine backend, I tried to build the qualcomm backend using
./backends/qualcomm/scripts/build.sh
but there were some missing modules from executorch/extension/llm/tokenizers/third-party/
Suggest a potential alternative/fix
I suggest you add the --recursive to the documentation so that the documentation could be
# Update and pull submodules
git submodule sync
git submodule update --init --recursive
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersmodule: build/installIssues related to the cmake and buck2 builds, and to installing ExecuTorchIssues related to the cmake and buck2 builds, and to installing ExecuTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Done