ExecuTorch version 1.0.1 is a small patch release containing fixes for the 1.0 release.
Changes
- Add pytorch-tokenizers as a Python dependency for ExecuTorch. This removes the need to install from source.
- Update coremltools dependency to version 9.0.
- Improve support for bool and int tensors in the Vulkan backend.
- Display a nice error message when building from source on Windows and git symlinks are not enabled.
Bug Fixes
- Fixed start position updates in the text LLM prefill logic.
- Fixed handling of negative indices in the portable index operator.
- Hardened several portable operator implementations against out-of-bounds memory access.