v0.2.1
This release is meant to fix the following documentations and bugs.
PyPi package can be downloaded via https://pypi.org/project/executorch/0.2.1/
Docs
- Fix the broken cmake commands in sdk integration tutorial (#3432)
- Simplify SDK tutorial by moving cmake commands to a script (#3492)
- Fix Docs on how to perform cross compilation for Android and iOS (#3722)
- Fix top-level documentation ordering (#3738)
- Change docs to use CMake instead of Buck (#3778)
- Improve Docs for fresh M1 Setup (#3791)
- Update README.md to double check python environment (#3806)
- Improve Docs on Module Extension (#3807)
- Update top level README.md (#3817)
- Add documentation for Android prebuilt workflow (#3841)
- Update Quant Overview Documentation (#3857)
- Update docs for when flatbuffer is not found (#3862)
- Update Llama README for Llama3 (#3871)
- Fix docs for tokenizer.model in Llama2 Readme (#3881)
- Add colab/jupyter notebook in getting started page (#3885)
Bug Fixes
- Fix the sdk_example_runner.sh script (#3431)
- Fix op_split_with_sizes_copy to support dynamic shape (#3175)
- Fix the temp allocator for backend (#3506)
- Fix Buck 2 Error on running ./install_requirements.sh (#3512)
- Fix a .pte export issue in some environments (#3813)
- Fix python dispatcher so that expand_copy and view_copy will go through the correct meta kernels (#3809)
- Fix bug in examples/demos to build prebuilt android package (#3820)
- Update Ethos-u software to version 24.05 (#3852)
Release tracker #3409 contains all relevant pull requests related to this release as well as links to related issues.