nnlib-hifi4 is too big during setting up ExecuTorch from source #7081
Labels
actionable
Items in the backlog waiting for an appropriate impl/fix
module: build
Related to buck2 and cmake build
🚀 The feature, motivation and pitch
During slow internet connection, it takes a long time to set up ExecuTorch. This is due to download all gitsubmodules. Here's the root level filesizes (after
git submodule sync; git submodule update --init
)Within backends/ folder, here's the breakdown:
The main culprit is this library: https://github.com/pytorch/executorch/tree/main/backends/cadence/hifi/third-party/nnlib
Is it possible move cadence related to installation into its own set up script, like we do for other backends like coreml? For example: https://github.com/pytorch/executorch/blob/main/backends/apple/coreml/scripts/install_requirements.sh
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
The text was updated successfully, but these errors were encountered: