apple / coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
https://coremltools.readme.io
BSD 3-Clause "New" or "Revised" License
4.45k stars 645 forks source link

[CI] Split PyTorch Test Suites by Frontends #2389

Closed YifanShenSZ closed 2 days ago

YifanShenSZ commented 2 weeks ago

As we add torch.export conversion support & test, CI has become too slow: The PyTorch test suite takes 10 hours to finish

Let us split it into 3 suites by frontends: torch script, torch.export, and executorch

Testing: ✅ https://gitlab.com/coremltools1/coremltools/-/commit/eae28eef97e108fc61091ea50bdb2f9cd09cf867/pipelines

YifanShenSZ commented 2 days ago

This change has been included in 8.1 release to speed up release CI