Skip to content

Recursive initialization of repos #9783

@RemonComputer

Description

@RemonComputer

📚 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

cc @larryliu0820 @jathu

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomersmodule: build/installIssues 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 module

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions