The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
- New Features
- Supports ExecuTorch 0.2 (see ExecuTorch doc for examples)
- Core ML Partitioner: If a PyTorch model is partially supported with Core ML, then Core ML partitioner can determine the supported part and have ExecuTorch delegate to Core ML.
- Core ML Quantizer: Quantize PyTorch models in Core ML favored scheme
- Supports ExecuTorch 0.2 (see ExecuTorch doc for examples)
- Enhancements
- Improved Model Conversion Speed
- Expanded Operation Translation Coverage
- add
torch.narrow - add
torch.adaptive_avg_pool1dandtorch.adaptive_max_pool1d - add
torch.numpy_t(i.e. the numpy-style transpose operator.T) - enhance
torch.clamp_minfor integer data type - enhance
torch.addfor complex data type - enhance
tf.math.top_kwhenkis variable
- add
Thanks to our ExecuTorch partners and our open-source community: @KrassCodes @M-Quadra @teelrabbit @minimalic @alealv @ChinChangYang @pcuenca