| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 722 Bytes | |
| v1.0.1 source code.tar.gz | 2025-11-20 | 73.5 MB | |
| v1.0.1 source code.zip | 2025-11-20 | 77.1 MB | |
| Totals: 3 Items | 150.6 MB | 0 | |
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.