Skip to content

Releases: pytorch/executorch

stable-2023-08-15

15 Aug 19:05
Compare
Choose a tag to compare
stable-2023-08-15 Pre-release
Pre-release
  • New models in example folder:
    • Torchvision ViT. Run the example from executorch dir:
      • python3 -m examples.export.export_example --model_name="vit"
      • buck2 run //examples/executor_runner:executor_runner -- --model_path vit.pte
  • Quantization workflow example added and validated to work with MV2:
    • python3 -m examples.quantization.example --model_name mv2
  • CMake build:
  • Custom ops:
    • Add examples to register custom ops into EXIR and Executorch runtime.
    • Note: buck2 in test_custom_ops.sh should point to installed buck2 if it is not accessible in system’s PATH

stable-2023-08-01

09 Aug 00:42
Compare
Choose a tag to compare
stable-2023-08-01 Pre-release
Pre-release

Initial release to early users.