Skip to content

v1.0.1

Latest

Choose a tag to compare

@GregoryComer GregoryComer released this 24 Nov 20:14
· 983 commits to main since this release
7b220c6

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.