google-ai-edge / LiteRT

LiteRT is the new name for TensorFlow Lite (TFLite). While the name is new, it's still the same trusted, high-performance runtime for on-device AI, now with an expanded vision.
https://ai.google.dev/edge/litert
Apache License 2.0
125 stars 9 forks source link

Disable pypi nightly build on macos-13 due to build error #3

Closed junjiang-lab closed 1 month ago

junjiang-lab commented 1 month ago

There was a build error "clang: error: unknown argument: '-mavxvnniint8'" when building latest TF codes on macos-13.

https://github.com/google-ai-edge/LiteRT/actions/runs/11015482791/job/30588762709

We will re-enable macos-13 build once we fix this error later.