executorch
executorch copied to clipboard
On-device AI across mobile, embedded and edge for PyTorch
Unit tests are failing since this PR. It looks unrelated, but I'm testing a revert here to see if it resolves.
Summary: Since we have a dedicated conv1d implementation now, we no longer need to check for them in the conv2d implementations Differential Revision: D82172455
### Summary After https://github.com/meta-pytorch/tokenizers/pull/121 and https://github.com/pytorch/executorch/pull/13888, we should be able to enable tokenizers on Windows. ### Test plan CI. Also verified that install functions on a local Windows machine. cc...
Summary: forward fixing some internal tests from https://github.com/pytorch/pytorch/pull/157528; trying to land https://github.com/pytorch/executorch/pull/12354 Differential Revision: D78115976
This is the recommended anyway, so let's gradually start migrating to strict=False
Summary Added 8 new representative models to ExecutorTorch examples: - EfficientNet-B4: Image classification with CNN architecture - DETR-ResNet50: Object detection using transformer decoder - SegFormer-ADE: Semantic segmentation transformer - Swin2SR:...