Skip to content

stable-2023-08-15

Pre-release
Pre-release
Compare
Choose a tag to compare
@kimishpatel kimishpatel released this 15 Aug 19:05
· 2 commits to af2c4952c15b68496138aea76ffbffc589b4fcde since this 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