stable-2023-08-15
Pre-release
Pre-release
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
- Torchvision ViT. Run the example from
- Quantization workflow example added and validated to work with MV2:
python3 -m examples.quantization.example --model_name mv2
- CMake build:
- executor_runner can be built via cmake. See cmake_build_system.md.
- 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