binary-size

Installation
SKILL.md

Binary Size

Start from the main branch of executorch

Ask the user where the executorch repo is.

git checkout main && git pull

Build and measure baseline

conda activate executorch
bash test/build_size_test.sh
strip -o /tmp/size_test_stripped cmake-out/test/size_test
strip -o /tmp/size_test_all_ops_stripped cmake-out/test/size_test_all_ops
ls -la /tmp/size_test_stripped /tmp/size_test_all_ops_stripped
Installs
1
GitHub Stars
4.7K
First Seen
6 days ago
binary-size — pytorch/executorch